Added Telegram plugin (#4269)

This commit is contained in:
Matteo Biscosi 2020-10-30 17:27:32 +01:00 committed by GitHub
parent b1d58bc315
commit 5c6367e7bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 261 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<div class="form-group 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>