mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +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
|
|
@ -203,7 +203,7 @@ end
|
|||
|
||||
print [[",
|
||||
showPagination: true,
|
||||
buttons: [ '<div class="btn-group"><button class="btn btn-link dropdown-toggle" data-toggle="dropdown">]] print(i18n("applications")) print[[<span class="caret"></span></button> <ul class="dropdown-menu" id="flow_dropdown">]]
|
||||
buttons: [ '<div class="btn-group"><button class="btn btn-link dropdown-toggle" data-toggle="dropdown">]] print(i18n("applications")) print[[<span class="caret"></span></button> <ul class="dropdown-menu scrollable-dropdown" id="flow_dropdown">]]
|
||||
|
||||
print('<li><a href="'..ntop.getHttpPrefix()..'/lua/get_user_info.lua?username='.. user_key) if(host_key ~= nil) then print("&host="..host_key) end print('&page=Flows">'..i18n("flows_page.all_proto")..'</a></li>')
|
||||
for key, value in pairsByKeys(stats["ndpi"], asc) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue