mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Left out from previous commit
This commit is contained in:
parent
41e762b418
commit
bd13df6741
1 changed files with 2 additions and 2 deletions
|
|
@ -73,8 +73,8 @@ print [[
|
|||
<div class="input-group" >
|
||||
<div >
|
||||
<input id="id_input_]] print(key) print[["type="]] print(input_type) print [[" class="form-control" name="]] print(key) print [[" style="text-align:right;" value="]] print(value..'"')
|
||||
if disableAutocomplete then print("autocomplete=\"off\"") end
|
||||
print [[">
|
||||
if disableAutocomplete then print(" autocomplete=\"off\"") end
|
||||
print [[>
|
||||
</div>
|
||||
</div><!-- /input-group -->
|
||||
</td></tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue