mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
add max config limit to endpoint configs
This commit is contained in:
parent
5af7adfdf0
commit
90fd212293
8 changed files with 81 additions and 10 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<b>{{ i18n("webhook_alert_endpoint.url") }}</b>
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input name="webhook_url" type="text" class="form-control" required />
|
||||
<input data-pattern="https" name="webhook_url" type="text" class="form-control" required />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
{{ i18n("webhook_alert_endpoint.username") }}
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input name="webhook_username" type="text" class="form-control" />
|
||||
<input data-pattern="noSpace" 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 name="webhook_password" type="password" class="form-control" />
|
||||
<input data-pattern="noSpace" name="webhook_password" type="password" class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue