mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +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
|
|
@ -248,7 +248,7 @@ preference = tablePreferences("rows_number", _GET["perPage"])
|
|||
if (preference ~= "") then print ('perPage: '..preference.. ",\n") 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">]]
|
||||
|
||||
if (pid_key ~= nil) then
|
||||
print('<li><a href="'..ntop.getHttpPrefix()..'/lua/get_process_info.lua?pid='.. pid_key) if(host_key ~= nil) then print("&host="..host_key) end print('&page=Flows">'..i18n("flows_page.all_proto")..'</a></li>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue