Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
portal-apps-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
portal-apps-manage
Commits
c41c4e55
Commit
c41c4e55
authored
Sep 01, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ห
parent
1a7c08a5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
5 deletions
+21
-5
dashboard-management.component.html
.../dashboard-management/dashboard-management.component.html
+4
-4
dashboard-management.component.scss
.../dashboard-management/dashboard-management.component.scss
+16
-0
dashboard-management.component.ts
...ge/dashboard-management/dashboard-management.component.ts
+1
-1
No files found.
src/app/portal-manage/dashboard-management/dashboard-management.component.html
View file @
c41c4e55
...
...
@@ -138,9 +138,11 @@
<div
class=
"dashboard-content"
>
<ejs-dashboardlayout
id=
"dashboard_default"
[
columns
]="
6
"
#
editLayout
[
cellSpacing
]="
cellSpacing
"
[
panels
]="
panels
"
#
editLayout
[
allowResizing
]="
true
"
(
change
)="
onPanelChange
($
event
)"
>
...
...
@@ -154,9 +156,7 @@
[
col
]="
panel
.
col
"
>
<ng-template
#
header
>
<div
class=
"p-2 bg-white border-b border-gray-200 text-gray-700 font-semibold flex justify-between items-center"
>
<div
class=
"e-panel-header flex justify-between items-center"
>
<span>
{{ panel.header }}
</span>
<div
class=
"flex items-center space-x-2"
>
<button
...
...
src/app/portal-manage/dashboard-management/dashboard-management.component.scss
View file @
c41c4e55
...
...
@@ -112,3 +112,19 @@
background-color
:
#4b5563
;
}
}
.control-section
{
margin
:
0
auto
;
width
:
500px
;
}
#defaultLayout
{
padding
:
10px
;
}
#dashboard_default
.e-panel
.e-panel-container
.content
{
vertical-align
:
middle
;
font-weight
:
600
;
font-size
:
20px
;
text-align
:
center
;
line-height
:
90px
;
}
src/app/portal-manage/dashboard-management/dashboard-management.component.ts
View file @
c41c4e55
...
...
@@ -104,7 +104,7 @@ export class DashboardManagementComponent implements OnInit {
public
panels
:
DashboardPanel
[]
=
[];
public
cellSpacing
:
number
[]
=
[
10
,
10
];
public
mediaQuery
:
string
=
'max-width: 700px'
;
public
availableWidgets
:
WidgetModel
[]
=
[];
public
filteredAvailableWidgets
:
WidgetModel
[]
=
[];
public
widgetSearchTerm
:
string
=
''
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment