Move nIndex debug page to enterprise

This commit is contained in:
emanuele-f 2018-11-09 16:18:53 +01:00
parent 763922bb2e
commit 461bc36a0e
5 changed files with 4 additions and 410 deletions

View file

@ -797,8 +797,8 @@ function updateGraphsTableView(graph_table, view, graph_params, has_nindex, nind
nindex_buttons += '<div class="btn-group pull-right"><button class="btn btn-link dropdown-toggle" data-toggle="dropdown">';
nindex_buttons += "Explorer";
nindex_buttons += '<span class="caret"></span></button><ul class="dropdown-menu" role="menu">';
nindex_buttons += '<li><a href="'+ http_prefix +'/lua/nindex_topk.lua'+ nindex_query +'">Top-K</a></li>';
nindex_buttons += '<li><a href="'+ http_prefix +'/lua/nindex.lua'+ nindex_query +'">Flows</a></li>';
nindex_buttons += '<li><a href="'+ http_prefix +'/lua/enterprise/nindex_topk.lua'+ nindex_query +'">Top-K</a></li>';
nindex_buttons += '<li><a href="'+ http_prefix +'/lua/enterprise/nindex.lua'+ nindex_query +'">Flows</a></li>';
nindex_buttons += '</span></div>';
if(view.columns) {