mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
replaced endpoint/recipient name as primary key in GUI
This commit is contained in:
parent
9e508a7382
commit
5db42ecec4
7 changed files with 42 additions and 21 deletions
|
|
@ -19,7 +19,15 @@
|
|||
</div>
|
||||
<form>
|
||||
<div class="modal-body">
|
||||
<input type="text" hidden name="name">
|
||||
<input type="text" hidden name="endpoint_conf_id">
|
||||
<div class="form-group row">
|
||||
<label class="col-form-label col-sm-3" for="endpoint-name-input">
|
||||
<b>{{ i18n("endpoint_notifications.name") }}</b>
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input data-validation-empty-message="{{ i18n('validation.empty_name') }}" required name="name" type="text" class="form-control" id="edit-endpoint-name-input">
|
||||
</div>
|
||||
</div>
|
||||
<div class="endpoint-template-container pt-2">
|
||||
</div>
|
||||
<span class="invalid-feedback"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue