Skip to content

Commit

Permalink
Hide dashboard page on db view interface
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Jul 11, 2024
1 parent 4dd5241 commit c9138f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lua/inc/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ else
-- Dashboard
page_utils.add_menubar_section({
section = page_utils.menu_sections.dashboard,
hidden = is_pcap_dump or is_system_interface,
hidden = is_pcap_dump or is_system_interface or is_db_view_interface,
entries = {{
entry = page_utils.menu_entries.traffic_dashboard,
url = '/lua/index.lua'
Expand Down

0 comments on commit c9138f3

Please sign in to comment.