mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +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
|
|
@ -311,7 +311,7 @@ $(document).ready(function() {
|
|||
$("#applied-modal").on("submit", "form", function (e) {
|
||||
|
||||
e.preventDefault();
|
||||
$("#btn-confirm-apply").trigger("click");
|
||||
//$("#btn-confirm-apply").trigger("click");
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue