mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Add perPage parameter in timeseries table
This commit is contained in:
parent
afe305ef5f
commit
dfea97ef18
3 changed files with 4 additions and 4 deletions
|
|
@ -765,7 +765,7 @@ function attachStackedChartCallback(chart, schema_name, chart_id, zoom_reset_id,
|
|||
}
|
||||
}
|
||||
|
||||
function updateGraphsTableView(graph_table, view, graph_params, has_nindex, nindex_query) {
|
||||
function updateGraphsTableView(graph_table, view, graph_params, has_nindex, nindex_query, per_page) {
|
||||
nindex_query = nindex_query + "&begin_time_clause=" + graph_params.epoch_begin + "&end_time_clause=" + graph_params.epoch_end
|
||||
|
||||
// TODO localize
|
||||
|
|
@ -816,6 +816,7 @@ function updateGraphsTableView(graph_table, view, graph_params, has_nindex, nind
|
|||
graph_table.datatable({
|
||||
title: "",
|
||||
url: url,
|
||||
perPage: per_page,
|
||||
post: function() {
|
||||
var params = $.extend({}, graph_params);
|
||||
delete params.ts_compare;
|
||||
|
|
|
|||
3
httpdocs/js/ntop.min.js
vendored
3
httpdocs/js/ntop.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue