mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
css line-through change
This commit is contained in:
parent
d653476cd6
commit
8dee23dca0
2 changed files with 5 additions and 6 deletions
|
|
@ -231,10 +231,9 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
drop_traffic = true
|
||||
end
|
||||
|
||||
local column_ip = "<A HREF='"..url.."'>"..mapOS2Icon(stripVlan(key)).." </A> "
|
||||
if have_nedge and drop_traffic then
|
||||
column_ip = "<strike>"..column_ip.."</strike>"
|
||||
end
|
||||
local column_ip = "<A HREF='"..url.."' "..
|
||||
ternary((have_nedge and drop_traffic), "style='text-decoration: line-through'", "")..
|
||||
">"..mapOS2Icon(stripVlan(key)).." </A> "
|
||||
|
||||
print ("\"column_ip\" : \""..column_ip)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue