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
parent
commit
b94811000c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.html

2
ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.html

@ -78,7 +78,7 @@
</mat-menu>
<div [class]="dashboardClass" id="gridster-background">
<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}">
<tb-widget-container
[gridsterItem]="gridsterItem"

Loading…
Cancel
Save