Browse Source

UI: Fixed default time window in widget editor page

pull/15145/head
Vladyslav_Prykhodko 3 months ago
committed by Vladyslav Prykhodko
parent
commit
6a83fa7834
  1. 1
      ui-ngx/src/app/core/services/dashboard-utils.service.ts
  2. 2
      ui-ngx/yarn.lock

1
ui-ngx/src/app/core/services/dashboard-utils.service.ts

@ -243,6 +243,7 @@ export class DashboardUtilsService {
row: widget.row,
col: widget.col,
};
dashboard.configuration.timewindow = initModelFromDefaultTimewindow(null, false, false, this.timeService, true, false);
return dashboard;
}

2
ui-ngx/yarn.lock

@ -7732,7 +7732,7 @@ minimalistic-assert@^1.0.0:
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
minimatch@9.0.1, minimatch@^9.0.4, minimatch@^9.0.5, minimatch@~9.0.6:
minimatch@9.0.1, minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.6:
version "9.0.6"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.6.tgz#a7e3bccfcb3d78ec1bf8d51c9ba749080237a5c8"
integrity sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==

Loading…
Cancel
Save