ntopng/httpdocs/templates/pages/notifications/telegram/telegram_recipient.template

11 lines
605 B
Text

<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("notification_endpoint.telegram.telegram_channel") }}</b>
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#telegram"><i class="fa-regular fa-circle-question"></i></a>
</label>
<div class="col-sm-7">
<input
data-validation-message="{{ i18n('notification_endpoint.telegram.validation.invalid_username') }}"
data-pattern="telegram_channel" name="telegram_channel" type="text" class="form-control" required/>
</div>
</div>