mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Minor GUI changes
This commit is contained in:
parent
d4e6ab273f
commit
8cf2c97569
3 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue