mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
c5ebc780c6
commit
e1c437ff51
10 changed files with 117 additions and 119 deletions
|
|
@ -1478,8 +1478,6 @@ function printCategoryDropdownButton(by_id, cat_id_or_name, base_url, page_param
|
|||
|
||||
print('<li><a class="dropdown-item '.. ternary(cat_id_or_name == ternary(by_id, entry.cat_id, entry.id), 'active', '') ..'" href="' .. getPageUrl(base_url, page_params) .. '">' .. (entry.icon or "") ..
|
||||
entry.text .. '</a></li>')
|
||||
else
|
||||
print(makeMenuDivider())
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue