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">
<legend translate>notification.filter</legend>
<tb-entity-list labelText="{{'edge.edge-instances' | translate}}"
hint="{{ 'notification.edge-list-rule-hint' | translate }}"
[entityType]="entityType.EDGE"
formControlName="edges">
</tb-entity-list>