mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Little fixes
This commit is contained in:
parent
fe239544d4
commit
2d1a0a518d
4 changed files with 5 additions and 4 deletions
|
|
@ -949,7 +949,7 @@ function drawAlertSourceSettings(alert_source, delete_button_msg, delete_confirm
|
|||
|
||||
print("</td><td>\n")
|
||||
print('<input type="number" class=\"text-right form-control\" name="'..key..'" style="display:inline; width:7em;" placeholder="" min="'..(config.step)..'" step="'..(config.step)..'" max="100000" value="')
|
||||
print(tostring(vals[key]))
|
||||
print(tostring(vals[key] or ""))
|
||||
print[["></input>]]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue