Browse Source

Fixed Asset and Entity Views table header alignment

pull/15099/head
Maksym Tsymbarov 6 months ago
parent
commit
2b610f8f5b
  1. 1
      ui-ngx/src/app/modules/home/pages/asset/asset-table-header.component.html
  2. 1
      ui-ngx/src/app/modules/home/pages/entity-view/entity-view-table-header.component.html

1
ui-ngx/src/app/modules/home/pages/asset/asset-table-header.component.html

@ -16,6 +16,7 @@
-->
<tb-asset-profile-autocomplete
class="min-w-0 flex-1"
subscriptSizing="dynamic"
[ngModel]="entitiesTableConfig.componentsData.assetProfileId"
(ngModelChange)="assetProfileChanged($event)"

1
ui-ngx/src/app/modules/home/pages/entity-view/entity-view-table-header.component.html

@ -16,6 +16,7 @@
-->
<tb-entity-subtype-select
class="min-w-0 flex-1"
subscriptSizing="dynamic"
[showLabel]="true"
[entityType]="entityType.ENTITY_VIEW"

Loading…
Cancel
Save