Fixes missing config page from mac_details.lua

This commit is contained in:
Simone Mainardi 2020-04-03 12:48:15 +02:00
parent 962ba1058f
commit 8f63bcdd43
3 changed files with 2 additions and 4 deletions

View file

@ -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",