Minor GUI changes

This commit is contained in:
Luca 2016-12-21 19:09:15 +01:00
parent d4e6ab273f
commit 8cf2c97569
3 changed files with 7 additions and 7 deletions

View file

@ -442,10 +442,10 @@ for _key, _value in pairsByKeys(vals, funct) do
if(value["localhost"] ~= nil or value["systemhost"] ~= nil) then
print ("\", \"column_location\" : \"")
if value["localhost"] == true --[[or value["systemhost"] == true --]] then
print("<span class='label label-success'>Local</span>") else print("<span class='label label-default'>Remote</span>")
print("<span class='label label-success'>Local Host</span>") else print("<span class='label label-default'>Remote Host</span>")
end
if value["is_blacklisted"] == true then
print(" <span class='label label-danger'>Blacklist</span>")
print(" <span class='label label-danger'>Blacklisted Host</span>")
end
end