Little fixes

This commit is contained in:
emanuele-f 2017-05-16 14:46:45 +02:00
parent fe239544d4
commit 2d1a0a518d
4 changed files with 5 additions and 4 deletions

View file

@ -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