mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Leftout from previous commit
This commit is contained in:
parent
1637fd49e8
commit
41e762b418
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ function prefsInputFieldPrefs(label, comment, prekey, key, default_value, _input
|
|||
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\"")
|
||||
<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 [[">
|
||||
</div>
|
||||
</div><!-- /input-group -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue