mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Changed default blacklists page filtered to all status
This commit is contained in:
parent
f08d018d83
commit
84d1fb2a8a
1 changed files with 1 additions and 1 deletions
|
|
@ -718,7 +718,7 @@ page_utils.add_menubar_section({
|
|||
}, {
|
||||
entry = page_utils.menu_entries.category_lists,
|
||||
hidden = not is_admin,
|
||||
url = '/lua/admin/blacklists.lua?enabled_status=enabled'
|
||||
url = '/lua/admin/blacklists.lua?enabled_status=all'
|
||||
}, {entry = page_utils.menu_entries.divider}, {
|
||||
entry = page_utils.menu_entries.manage_configurations,
|
||||
hidden = not is_admin or not ntop.hasDumpCache(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue