Merge pull request #5266 from ArtemDzhereleiko/bug-fix/alarm-rules/key-type
[3.2.2] Alarm rules fix translation key type after updating key filter
This commit is contained in:
commit
b8f3d41f31
@ -43,7 +43,7 @@
|
|||||||
<div fxLayout="column" fxFlex="92">
|
<div fxLayout="column" fxFlex="92">
|
||||||
<div fxLayout="row" fxLayoutAlign="start center">
|
<div fxLayout="row" fxLayoutAlign="start center">
|
||||||
<div fxFlex>{{ keyFilterControl.value.key.key }}</div>
|
<div fxFlex>{{ keyFilterControl.value.key.key }}</div>
|
||||||
<div fxFlex translate>{{ entityKeyTypeTranslations.get(keyFilterControl.value.key.type) }}</div>
|
<div fxFlex>{{ entityKeyTypeTranslations.get(keyFilterControl.value.key.type) | translate }}</div>
|
||||||
<button mat-icon-button color="primary"
|
<button mat-icon-button color="primary"
|
||||||
type="button"
|
type="button"
|
||||||
(click)="editKeyFilter($index)"
|
(click)="editKeyFilter($index)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user