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:
Igor Kulikov 2021-09-27 12:09:35 +03:00 committed by GitHub
commit b8f3d41f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"