mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
adding template for alert endpoint
This commit is contained in:
parent
c2c763c2c1
commit
f2e4b6408a
5 changed files with 60 additions and 20 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<div class="form-group row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("email_alert_endpoint.email_recipient") }}</b>
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input name="email_recipient" type="email" class="form-control" required />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("email_alert_endpoint.carbon_copy") }}</b>
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input name="cc" type="email" class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue