|
|
|
@ -30,14 +30,14 @@ |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group" [formGroup]="triggerForm.form"> |
|
|
|
<div class="form-check"> |
|
|
|
<input class="form-check-input" type="checkbox" id="handleAll" formControlName="handleAll"> |
|
|
|
<label class="form-check-label" for="handleAll"> |
|
|
|
{{ 'rules.triggerAll' | sqxTranslate }} |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
<div class="form-group" [formGroup]="triggerForm.form"> |
|
|
|
<div class="form-check"> |
|
|
|
<input class="form-check-input" type="checkbox" id="handleAll" formControlName="handleAll"> |
|
|
|
<label class="form-check-label" for="handleAll"> |
|
|
|
{{ 'rules.triggerAll' | sqxTranslate }} |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|