Adds VLAN support to nIndex queries

This commit is contained in:
Simone Mainardi 2018-10-29 19:25:01 +01:00
parent b687ee414f
commit 128dbd086a
8 changed files with 41 additions and 9 deletions

View file

@ -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) {