From 069a76b726e5ddab4eccee8f26f5ff32bc2ee2d0 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Thu, 13 Jun 2024 12:13:29 +0300 Subject: [PATCH] UI: Fixed entity table header components disabled create new device/asset profile --- .../home/components/device/device-info-filter.component.html | 3 ++- .../home/components/wizard/device-wizard-dialog.component.html | 1 - .../modules/home/pages/asset/asset-table-header.component.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/device/device-info-filter.component.html b/ui-ngx/src/app/modules/home/components/device/device-info-filter.component.html index fa0dacff49..2590c24699 100644 --- a/ui-ngx/src/app/modules/home/components/device/device-info-filter.component.html +++ b/ui-ngx/src/app/modules/home/components/device/device-info-filter.component.html @@ -54,7 +54,8 @@ formControlName="deviceProfileId" [displayAllOnEmpty]="true" (deviceProfileChanged)="deviceProfileChanged($event)" - [editProfileEnabled]="false"> + [editProfileEnabled]="false" + [addNewProfile]="false"> device.device-state diff --git a/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html b/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html index ec2e68a4b7..6806fb4a37 100644 --- a/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html +++ b/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html @@ -60,7 +60,6 @@ diff --git a/ui-ngx/src/app/modules/home/pages/asset/asset-table-header.component.html b/ui-ngx/src/app/modules/home/pages/asset/asset-table-header.component.html index 59d02559ea..686baaf21c 100644 --- a/ui-ngx/src/app/modules/home/pages/asset/asset-table-header.component.html +++ b/ui-ngx/src/app/modules/home/pages/asset/asset-table-header.component.html @@ -19,6 +19,7 @@ subscriptSizing="dynamic" [ngModel]="entitiesTableConfig.componentsData.assetProfileId" (ngModelChange)="assetProfileChanged($event)" + [addNewProfile]="false" [displayAllOnEmpty]="true" [editProfileEnabled]="false">