mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixes missing config page from mac_details.lua
This commit is contained in:
parent
962ba1058f
commit
8f63bcdd43
3 changed files with 2 additions and 4 deletions
|
|
@ -295,7 +295,7 @@ local title = i18n("interface") .. ": " .. short_name
|
|||
hidden = not isAdministrator() or is_pcap_dump,
|
||||
active = page == "config",
|
||||
page_name = "config",
|
||||
label = "<i class=\"fas fa-lg fa-cog\"></i></a></li>",
|
||||
label = "<i class=\"fas fa-lg fa-cog\"></i>",
|
||||
},
|
||||
{
|
||||
active = page == "internals",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue