ntopng/httpdocs/templates/pages/notifications/mattermost/mattermost_recipient.template
2025-02-17 12:19:21 +01:00

11 lines
595 B
Text

<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n('notification_endpoint.mattermost.id') }}
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#mattermost"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
data-validation-message="{{ i18n('notification_endpoint.mattermost.validation.invalid_channelname') }}"
name="mattermost_channelname" type="text" class="form-control" />
</div>
</div>