mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
fixed typo from previous commit
This commit is contained in:
parent
de8586ad63
commit
0947c0c9c5
4 changed files with 5 additions and 10 deletions
|
|
@ -25,10 +25,8 @@
|
|||
<div class="col-sm-5">
|
||||
<select required name="type" class="form-control" id="endpoint-type-select">
|
||||
<option selected disabled></option>
|
||||
{% for k, endpoints in pairs(endpoints) do %}
|
||||
{% for endpoint_key, endpoint in pairs(endpoints) do %}
|
||||
<option value="{{ endpoint_key }}">{{ endpoint_key }}</option>
|
||||
{% end %}
|
||||
{% for endpoint_key, endpoint in pairs(endpoints) do %}
|
||||
<option value="{{ endpoint_key }}">{{ endpoint_key }}</option>
|
||||
{% end %}
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<form>
|
||||
<div class="modal-body">
|
||||
<input type="text" hidden name="name">
|
||||
<div style="display: none;" class="endpoint-template-container pt-2">
|
||||
<div class="endpoint-template-container pt-2">
|
||||
</div>
|
||||
<span class="invalid-feedback"></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue