ntopng/scripts/plugins/endpoints/telegram_alert_endpoint/templates/telegram_recipient.template
2020-10-30 17:27:32 +01:00

11 lines
No EOL
490 B
Text

<div class="form-group row">
<label class="col-form-label col-sm-3">
{{ i18n("telegram_alert_endpoint.telegram_channel") }}
</label>
<div class="col-sm-5">
<input
data-validation-message="{{ i18n('telegram_alert_endpoint.validation.invalid_username') }}"
data-pattern="telegram_channel" name="telegram_channel" type="text" class="form-control" />
</div>
</div>
<small>{* i18n('telegram_alert_endpoint.webhook_description.channel_id_description') *}</small>