mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Fixes webhook alert endpoint username validation
This commit is contained in:
parent
46e0de56db
commit
c34b5b65e0
2 changed files with 2 additions and 3 deletions
|
|
@ -19,7 +19,7 @@
|
|||
{{ i18n("webhook_alert_endpoint.username") }}
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input data-pattern="noSpace" name="webhook_username" type="text" class="form-control" />
|
||||
<input data-pattern="username" name="webhook_username" type="text" class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
|
|
@ -27,6 +27,6 @@
|
|||
{{ i18n("webhook_alert_endpoint.password") }}
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input data-pattern="noSpace" name="webhook_password" type="password" class="form-control" />
|
||||
<input name="webhook_password" type="password" class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue