mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Fixes email alert endpoint server name validation
This commit is contained in:
parent
309e92ebad
commit
e9647c6dc8
5 changed files with 20 additions and 17 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<b>{{ i18n("email_alert_endpoint.smtp_server") }}</b>
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input data-pattern="ipv4|domainName" name="smtp_server" type="text" class="form-control" required />
|
||||
<input data-pattern="ipv4|ipv6|domainName" name="smtp_server" type="text" class="form-control" required />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue