|
@ -62,11 +62,7 @@ |
|
|
<ion-icon name="ellipsis-horizontal" /> |
|
|
<ion-icon name="ellipsis-horizontal" /> |
|
|
</button> |
|
|
</button> |
|
|
<mat-menu #rulesMenu="matMenu" xPosition="before"> |
|
|
<mat-menu #rulesMenu="matMenu" xPosition="before"> |
|
|
@if ( |
|
|
@if (rule?.isActive && rule?.configuration) { |
|
|
rule?.isActive && |
|
|
|
|
|
(rule?.configuration?.thresholdMax || |
|
|
|
|
|
rule?.configuration?.thresholdMin) |
|
|
|
|
|
) { |
|
|
|
|
|
<button mat-menu-item (click)="onCustomizeRule(rule)"> |
|
|
<button mat-menu-item (click)="onCustomizeRule(rule)"> |
|
|
<ng-container i18n>Customize</ng-container>... |
|
|
<ng-container i18n>Customize</ng-container>... |
|
|
</button> |
|
|
</button> |
|
|