mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +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,8 +19,16 @@
|
|||
</div>
|
||||
<form>
|
||||
<div class="modal-body">
|
||||
<input type="text" hidden name="recipient_name">
|
||||
<input type="number" hidden name="recipient_id">
|
||||
<input type="text" hidden name="endpoint_conf_name">
|
||||
<div class="form-group row">
|
||||
<label class="col-form-label col-sm-3" for="recipient-name-input">
|
||||
<b>{{ i18n("endpoint_notifications.recipient_name") }}</b>:
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input maxlength="32" minlength="1" required name="recipient_name" type="text" class="form-control" id="recipient-name-input">
|
||||
</div>
|
||||
</div>
|
||||
<div class="recipient-template-container">
|
||||
</div>
|
||||
<span class="invalid-feedback"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue