mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Reworked blacklists page
This commit is contained in:
parent
cd425b384d
commit
0fecdee1e4
19 changed files with 829 additions and 21 deletions
|
|
@ -825,7 +825,7 @@ else
|
|||
i18n("details.label_system_ip") .. '\"></i></span>')
|
||||
end
|
||||
if (host["is_blacklisted"] == true) then
|
||||
print(" <a href='"..ntop.getHttpPrefix().."/lua/admin/edit_category_lists.lua'><span class='badge bg-danger'>" .. i18n("details.label_blacklisted_host"))
|
||||
print(" <a href='"..ntop.getHttpPrefix().."/lua/admin/blacklists.lua?enabled_status=enabled'><span class='badge bg-danger'>" .. i18n("details.label_blacklisted_host"))
|
||||
|
||||
if (host.blacklist_name ~= nil) then
|
||||
print(' (' .. host.blacklist_name .. ')')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue