Browse Source
Merge pull request #14143 from mtsymbarov-del/fix/alarm-type-list-translation
Added alarm type list key translations
pull/14267/head
Igor Kulikov
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/shared/components/entity/entity-subtype-list.component.html
|
|
|
@ -47,7 +47,7 @@ |
|
|
|
(optionSelected)="selected($event)" |
|
|
|
[displayWith]="displayEntitySubtypeFn"> |
|
|
|
<mat-option *ngFor="let entitySubtype of filteredEntitySubtypeList | async" [value]="entitySubtype"> |
|
|
|
<span [innerHTML]="entitySubtype | highlight:searchText"></span> |
|
|
|
<span [innerHTML]="entitySubtype | customTranslate | highlight:searchText"></span> |
|
|
|
</mat-option> |
|
|
|
</mat-autocomplete> |
|
|
|
<div matSuffix> |
|
|
|
|