mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +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
|
|
@ -1,6 +1,6 @@
|
|||
<div class="form-group row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("email_alert_endpoint.smtpx_server") }}</b>
|
||||
<b>{{ i18n("email_alert_endpoint.smtp_server") }}</b>
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input pattern="[a-zA-Z0-9][a-zA-Z0-9-]{1,61}[a-zA-Z0-9](?:\.[a-zA-Z]{2,})+" name="smtp_server" type="text" class="form-control" required />
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("email_alert_endpoint.smtp_username") }}</b>
|
||||
{{ i18n("email_alert_endpoint.smtp_username") }}
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input name="smtp_username" type="email" class="form-control" />
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("email_alert_endpoint.smtp_password") }}</b>
|
||||
{{ i18n("email_alert_endpoint.smtp_password") }}
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input name="smtp_password" type="password" class="form-control" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue