mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 06:59:33 +00:00
Fixes table dropdown not correctly shown
This commit is contained in:
parent
c2b34cd04d
commit
4a63c2daf3
2 changed files with 2 additions and 1 deletions
|
|
@ -511,6 +511,7 @@ async function change_column_sort(col, col_index) {
|
|||
set_active_rows(); // client side sorting
|
||||
}
|
||||
await set_columns_visibility();
|
||||
set_dropdown_listener();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 74cd812c64636f0fc3ae2085746dddb42d8024bf
|
||||
Subproject commit ba5c326d2ef6f5e040e4412690cc3c2de27476f9
|
||||
Loading…
Add table
Add a link
Reference in a new issue