mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
fixed maximum number for endpoint types
This commit is contained in:
parent
397bf4892a
commit
3401a4c12a
4 changed files with 53 additions and 2 deletions
|
|
@ -12,6 +12,7 @@
|
|||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input name="webhook_sharedsecret" type="text" class="form-control" />
|
||||
<small class="text-muted">{{ i18n("optional_field") }}</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input data-pattern="username" name="webhook_username" type="text" class="form-control" />
|
||||
<small class="text-muted">{{ i18n("optional_field") }}</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
|
|
@ -28,5 +30,6 @@
|
|||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input name="webhook_password" type="password" class="form-control" />
|
||||
<small class="text-muted">{{ i18n("optional_field") }}</small>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue