Merge pull request #10245 from vvlladd28/bug/notification-rule/edge-communication-felure/hint

Add hint to setting notification rule Edge communication failure
This commit is contained in:
Igor Kulikov 2024-02-27 10:07:03 +02:00 committed by GitHub
commit c395fdc832
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>