mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Added Telegram plugin (#4269)
This commit is contained in:
parent
b1d58bc315
commit
5c6367e7bd
6 changed files with 261 additions and 0 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue