mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
elephant flows (#3269)
* elephant flows * fix for apply button after changes * fix for refresh icons on index.lua page, scrollable dropdowns enabled
This commit is contained in:
parent
26c7906744
commit
a2f4a1a065
24 changed files with 380 additions and 158 deletions
|
|
@ -158,7 +158,7 @@ function custom_column_utils.printCustomColumnDropdown(base_url, page_params)
|
|||
|
||||
print[[\
|
||||
<button class="btn btn-link dropdown-toggle" data-toggle="dropdown"><i class="fas fa-columns" aria-hidden="true"></i><span class="caret"></span></button>\
|
||||
<ul class="dropdown-menu" role="menu" id="custom_column_dropdown">]]
|
||||
<ul class="dropdown-menu scrollable-dropdown" role="menu" id="custom_column_dropdown">]]
|
||||
|
||||
for _, lg in ipairs(custom_column_utils.available_custom_columns) do
|
||||
local key = lg[1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue