mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Adds VLAN support to nIndex queries
This commit is contained in:
parent
b687ee414f
commit
128dbd086a
8 changed files with 41 additions and 9 deletions
|
|
@ -792,8 +792,11 @@ function updateGraphsTableView(graph_table, view, graph_params, has_nindex, nind
|
|||
return {
|
||||
title: col[1],
|
||||
field: col[0],
|
||||
css: { textAlign: col[2], width: col[3], },
|
||||
};
|
||||
css: {
|
||||
textAlign: col[2], width: col[3],//
|
||||
},
|
||||
hidden: col[4] ? true : false,
|
||||
};
|
||||
});
|
||||
|
||||
if(has_nindex) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue