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
b85fa99d
Commit
b85fa99d
authored
Aug 28, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ห
parent
7910a56b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
16 deletions
+1
-16
dashboard-management.component.ts
...PU/dashboard-management/dashboard-management.component.ts
+1
-16
No files found.
src/app/DPU/dashboard-management/dashboard-management.component.ts
View file @
b85fa99d
...
...
@@ -104,20 +104,6 @@ export class DashboardManagementComponent implements OnInit {
private
localWidgets
:
WidgetModel
[]
=
[
new
WidgetModel
({
id
:
'local-time-tracking'
,
name
:
'Time Tracking (Local)'
,
component
:
'TimeTrackingWidgetComponent'
,
cols
:
2
,
rows
:
1
,
}),
new
WidgetModel
({
id
:
'local-payroll'
,
name
:
'Payroll (Local)'
,
component
:
'PayrollWidgetComponent'
,
cols
:
2
,
rows
:
2
,
}),
new
WidgetModel
({
id
:
'local-sync-pivot'
,
name
:
'Syncfusion Pivot Table (Local)'
,
component
:
'SyncfusionPivotWidgetComponent'
,
...
...
@@ -265,8 +251,6 @@ export class DashboardManagementComponent implements OnInit {
'SyncfusionDatagridWidgetComponent'
:
SyncfusionDatagridWidgetComponent
,
'SyncfusionPivotWidgetComponent'
:
SyncfusionPivotWidgetComponent
,
'SyncfusionChartWidgetComponent'
:
SyncfusionChartWidgetComponent
,
'TimeTrackingWidgetComponent'
:
TimeTrackingWidgetComponent
,
'PayrollWidgetComponent'
:
PayrollWidgetComponent
,
'AreaChartWidgetComponent'
:
AreaChartWidgetComponent
,
'BarChartWidgetComponent'
:
BarChartWidgetComponent
,
'PieChartWidgetComponent'
:
PieChartWidgetComponent
,
...
...
@@ -320,6 +304,7 @@ export class DashboardManagementComponent implements OnInit {
widget
.
name
.
toLowerCase
().
includes
(
this
.
widgetSearchTerm
.
toLowerCase
())
);
}
console
.
log
(
this
.
filteredAvailableWidgets
)
}
clearSearch
():
void
{
...
...
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