mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Fix Download buttons in historical flows
This commit is contained in:
parent
95bec673ba
commit
cb58b608fa
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@
|
|||
|
||||
// register to global event change status
|
||||
await ntopng_sync.on_ready("range_picker");
|
||||
|
||||
updateDownloadButton();
|
||||
ntopng_status_manager.on_status_change("datatable", (new_status) => {
|
||||
let url_params = ntopng_url_manager.get_url_params();
|
||||
reloadTable($table, url_params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue