UI: Add hint to setting notification rule Edge communication failure

This commit is contained in:
Vladyslav_Prykhodko 2024-02-21 18:33:08 +02:00
parent efca0ecc3d
commit d815e8a118

View File

@ -453,6 +453,7 @@
<fieldset class="fields-group tb-margin-before-field"> <fieldset class="fields-group tb-margin-before-field">
<legend translate>notification.filter</legend> <legend translate>notification.filter</legend>
<tb-entity-list labelText="{{'edge.edge-instances' | translate}}" <tb-entity-list labelText="{{'edge.edge-instances' | translate}}"
hint="{{ 'notification.edge-list-rule-hint' | translate }}"
[entityType]="entityType.EDGE" [entityType]="entityType.EDGE"
formControlName="edges"> formControlName="edges">
</tb-entity-list> </tb-entity-list>