mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Minor fix do disable dropdown menus
This commit is contained in:
parent
4cd8a76d3d
commit
83aad39e1b
1 changed files with 1 additions and 0 deletions
|
|
@ -406,6 +406,7 @@ var populateInterfaceTopTalkersTable = function(){
|
|||
if ($('#historical-interface-top-talkers-table').attr("loaded") == 1) {
|
||||
enableAllDropdowns();
|
||||
} else {
|
||||
disableAllDropdowns();
|
||||
$('#historical-interface-top-talkers-table').attr("loaded", 1);
|
||||
$('#historical-interface-top-talkers-table').datatable({
|
||||
title: "",]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue