Browse Source
Merge pull request #15923 from rusikv/fix/dashboard-widgets-refresh-after-apply
Fix dashboard widgets not refreshing actions after config apply
fix_bug_sparkplug_cancel_session_after_node_connect_master
Vladyslav Prykhodko
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.html
|
|
@ -78,7 +78,7 @@ |
|
|
</mat-menu> |
|
|
</mat-menu> |
|
|
<div [class]="dashboardClass" id="gridster-background"> |
|
|
<div [class]="dashboardClass" id="gridster-background"> |
|
|
<gridster #gridster id="gridster-child" [options]="gridsterOpts"> |
|
|
<gridster #gridster id="gridster-child" [options]="gridsterOpts"> |
|
|
@for (widget of dashboardWidgets; track widget.widgetId) { |
|
|
@for (widget of dashboardWidgets; track widget) { |
|
|
<gridster-item #gridsterItem [item]="widget" [class]="{'tb-noselect': isEdit}"> |
|
|
<gridster-item #gridsterItem [item]="widget" [class]="{'tb-noselect': isEdit}"> |
|
|
<tb-widget-container |
|
|
<tb-widget-container |
|
|
[gridsterItem]="gridsterItem" |
|
|
[gridsterItem]="gridsterItem" |
|
|
|