ntopng/scripts/plugins/endpoints/telegram_alert_endpoint/templates/telegram_endpoint.template
Simone Mainardi 1dce9e5842 Migrates to Bootstrap 5
Adds bootstrap-5.0.0-beta3-dist

Adds bootstrap-5.0.0

Updates bootstrap-5.0.0-beta3-dist to bootstrap-5.0.0-dist

initial migration to bs v5

porting to bs5

improvements on dropdown menu filter

fixed host map dropdown

removed excessive padding

fix button toggle

re-add blog news

removed text decoration for links

fix button layout (#5348)

remove underscore from href (#5347)
2021-05-18 11:39:59 +02:00

11 lines
472 B
Text

<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("telegram_alert_endpoint.telegram_token") }}</b>
</label>
<div class="col-sm-5">
<input
data-validation-message="{{ i18n('telegram_alert_endpoint.validation.invalid_token') }}"
data-pattern="telegram_token" name="telegram_token" type="text" class="form-control" />
</div>
</div>
<small>{* i18n('telegram_alert_endpoint.webhook_description.token_description') *}</small>