diff --git a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.ts b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.ts
index 3eb29babb2..ba8da29c17 100644
--- a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.ts
+++ b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.ts
@@ -483,6 +483,7 @@ export class DashboardPageComponent extends PageComponent implements IDashboardC
if (!this.widgetEditMode && !this.readonly && this.dashboardUtils.isEmptyDashboard(this.dashboard)) {
this.setEditMode(true, false);
}
+ this.setEditMode(true, false);
}
private init(data: DashboardPageInitData) {
diff --git a/ui-ngx/src/app/modules/home/components/dashboard-page/layout/manage-dashboard-layouts-dialog.component.html b/ui-ngx/src/app/modules/home/components/dashboard-page/layout/manage-dashboard-layouts-dialog.component.html
index 0007147712..bc1387e923 100644
--- a/ui-ngx/src/app/modules/home/components/dashboard-page/layout/manage-dashboard-layouts-dialog.component.html
+++ b/ui-ngx/src/app/modules/home/components/dashboard-page/layout/manage-dashboard-layouts-dialog.component.html
@@ -26,15 +26,171 @@
-
-
- {{ 'layout.divider' | translate }}
-
+
+
+
+
+
+
+
+
+ [fxShow]="isDividerLayout">
{{ 'layout.percentage-width' | translate }}
@@ -72,7 +228,7 @@
- {{ (layoutsFormGroup.value.right ? 'layout.left' : 'layout.main') | translate }}
+ {{ (isDividerLayout ? 'layout.left' : 'layout.main') | translate }}
@@ -93,7 +249,7 @@
required>
-
-
+