mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
add templates for endpoint notifications
This commit is contained in:
parent
94076c9976
commit
4b27804166
7 changed files with 97 additions and 3 deletions
|
|
@ -0,0 +1,19 @@
|
|||
<div class="form-group row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("syslog_alert_endpoint.type") }}</b>
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<select name="type" class="form-control" required>
|
||||
<option value="text">{{ i18n("syslog_alert_endpoint.text") }}</option>
|
||||
<option value="json">JSON</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("syslog_alert_endpoint.content") }}</b>
|
||||
</label>
|
||||
<div class="col-sm-7">
|
||||
<textarea name="content" rows="5" class="form-control" required></textarea>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue