diff --git a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html index 6e9ba975ba..f82a7a82ca 100644 --- a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html +++ b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html @@ -245,23 +245,24 @@ headerTitle="{{ (!widgetsBundle?.title ? 'widget.select-widgets-bundle' : 'dashboard.select-widget-value') | translate: widgetsBundle }}" - headerHeightPx="120" + headerHeightPx="64" + [isShowSearch]="true" [isReadOnly]="true" [isEdit]="false" - (closeDetails)="onAddWidgetClosed()"> + backgroundColor="#cfd8dc" + (closeDetails)="onAddWidgetClosed()" + (closeSearch)="onCloseSearchBundle()">
-