mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 18:00:10 +00:00
17 lines
No EOL
606 B
Text
17 lines
No EOL
606 B
Text
<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" />
|
|
<small class="text-muted">{{ i18n("optional_field") }}</small>
|
|
</div>
|
|
</div> |