mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
295862e3c4
commit
eedd4e9d60
1 changed files with 2 additions and 2 deletions
|
|
@ -337,8 +337,8 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
column_info = column_info.." <span title='"..
|
||||
(ternary(drop_traffic, i18n("host_config.unblock_host_traffic"), i18n("host_config.drop_all_host_traffic")))..
|
||||
"' class='label label-"..(ternary(drop_traffic, "danger", "default")).." block-badge' "..
|
||||
(ternary(isAdministrator(), "onclick='block_host(\\\""..symkey.."\\\", \\\""..hostinfo2url(value)..
|
||||
"\\\");' style='cursor: pointer;'", "")).."><i class='fa fa-ban' /></span>"
|
||||
(ternary(isAdministrator(), "onclick='block_host(\""..symkey.."\", \""..hostinfo2url(value)..
|
||||
"\");' style='cursor: pointer;'", "")).."><i class='fa fa-ban' /></span>"
|
||||
end
|
||||
|
||||
record["column_info"] = column_info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue