mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
resize submenu on window resize
This commit is contained in:
parent
bfc8a4267d
commit
dbd772f33c
5 changed files with 57 additions and 85 deletions
|
|
@ -800,7 +800,7 @@ end -- num_ifaces > 0
|
|||
-- ##############################################
|
||||
-- Info
|
||||
|
||||
local is_help_Page = (active_page == "home" or active_page == "about" or active_page == "telemetry" or active_page == "directories")
|
||||
local is_help_page = (active_page == "home" or active_page == "about" or active_page == "telemetry" or active_page == "directories")
|
||||
|
||||
print ([[
|
||||
<li class="nav-item ]].. (is_help_page and 'active' or '' ) ..[[">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue