diff --git a/ui-ngx/src/app/modules/home/components/entity/add-entity-dialog.component.ts b/ui-ngx/src/app/modules/home/components/entity/add-entity-dialog.component.ts index 9793c1de92..2a39250872 100644 --- a/ui-ngx/src/app/modules/home/components/entity/add-entity-dialog.component.ts +++ b/ui-ngx/src/app/modules/home/components/entity/add-entity-dialog.component.ts @@ -29,7 +29,6 @@ import { EntityTableConfig } from '@home/models/entity/entities-table-config.mod import { AddEntityDialogData } from '@home/models/entity/entity-component.models'; import { DialogComponent } from '@shared/components/dialog.component'; import { Router } from '@angular/router'; -import { Observable } from 'rxjs'; @Component({ selector: 'tb-add-entity-dialog', diff --git a/ui-ngx/src/app/modules/home/pages/dashboard/dashboard-page.component.html b/ui-ngx/src/app/modules/home/pages/dashboard/dashboard-page.component.html index 8c85c92606..76a59242a9 100644 --- a/ui-ngx/src/app/modules/home/pages/dashboard/dashboard-page.component.html +++ b/ui-ngx/src/app/modules/home/pages/dashboard/dashboard-page.component.html @@ -23,9 +23,39 @@ 'tb-dashboard-toolbar-closed': !toolbarOpened }"> - - + + + + + layers + + + view_compact + + + + + + - - - - - - layers - - - view_compact - - - - - diff --git a/ui-ngx/src/app/modules/home/pages/dashboard/states/default-state-controller.component.scss b/ui-ngx/src/app/modules/home/pages/dashboard/states/default-state-controller.component.scss index 091a7132dd..919fbbf16f 100644 --- a/ui-ngx/src/app/modules/home/pages/dashboard/states/default-state-controller.component.scss +++ b/ui-ngx/src/app/modules/home/pages/dashboard/states/default-state-controller.component.scss @@ -14,6 +14,8 @@ * limitations under the License. */ :host { + width: min-content; //for Safari + mat-select.default-state-controller { margin: 0; } diff --git a/ui-ngx/src/app/modules/home/pages/dashboard/states/entity-state-controller.component.html b/ui-ngx/src/app/modules/home/pages/dashboard/states/entity-state-controller.component.html index 7d32c49051..5d03bcd107 100644 --- a/ui-ngx/src/app/modules/home/pages/dashboard/states/entity-state-controller.component.html +++ b/ui-ngx/src/app/modules/home/pages/dashboard/states/entity-state-controller.component.html @@ -15,7 +15,7 @@ limitations under the License. --> -