mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Move nIndex debug page to enterprise
This commit is contained in:
parent
763922bb2e
commit
461bc36a0e
5 changed files with 4 additions and 410 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue