Commit b8f3d41f31a29956d2001f5163c35b17a0b6663f

Authored by Igor Kulikov
Committed by GitHub
2 parents 9f990e63 aaaf4b17

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
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 <div fxLayout="column" fxFlex="92"> 43 <div fxLayout="column" fxFlex="92">
44 <div fxLayout="row" fxLayoutAlign="start center"> 44 <div fxLayout="row" fxLayoutAlign="start center">
45 <div fxFlex>{{ keyFilterControl.value.key.key }}</div> 45 <div fxFlex>{{ keyFilterControl.value.key.key }}</div>
46 - <div fxFlex translate>{{ entityKeyTypeTranslations.get(keyFilterControl.value.key.type) }}</div> 46 + <div fxFlex>{{ entityKeyTypeTranslations.get(keyFilterControl.value.key.type) | translate }}</div>
47 <button mat-icon-button color="primary" 47 <button mat-icon-button color="primary"
48 type="button" 48 type="button"
49 (click)="editKeyFilter($index)" 49 (click)="editKeyFilter($index)"