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:
Gabriele Pappalardo 2020-01-21 17:32:14 +01:00 committed by Emanuele Faranda
parent 26c7906744
commit a2f4a1a065
24 changed files with 380 additions and 158 deletions

View file

@ -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");
});
});