From a8efae06c50ebede125c268b13be774b3f282985 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Tue, 30 May 2023 13:00:08 +0300 Subject: [PATCH] UI: Fixed infinite loading alarm table --- .../src/app/modules/home/components/alarm/alarm-table-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/alarm/alarm-table-config.ts b/ui-ngx/src/app/modules/home/components/alarm/alarm-table-config.ts index 41468d096f..6f46d3b1bb 100644 --- a/ui-ngx/src/app/modules/home/components/alarm/alarm-table-config.ts +++ b/ui-ngx/src/app/modules/home/components/alarm/alarm-table-config.ts @@ -86,7 +86,7 @@ export class AlarmTableConfig extends EntityTableConfig private utilsService: UtilsService, pageMode = false) { super(); - this.loadDataOnInit = false; + this.loadDataOnInit = true; this.tableTitle = ''; this.useTimePageLink = true; this.forAllTimeEnabled = true;