mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Add chart link in traffic extraction jobs
This commit is contained in:
parent
d21feec61d
commit
19ededa380
8 changed files with 19 additions and 4 deletions
|
|
@ -312,6 +312,7 @@ function attachStackedChartCallback(chart, schema_name, chart_id, zoom_reset_id,
|
|||
var first_time_loaded = true;
|
||||
var datetime_format = "dd/MM/yyyy hh:mm:ss";
|
||||
var max_over_total_ratio = 3;
|
||||
chart.is_zoomed = ((current_zoom_level > 0) || has_initial_zoom());
|
||||
|
||||
//var spinner = $("<img class='chart-loading-spinner' src='" + spinner_url + "'/>");
|
||||
var spinner = $('<i class="chart-loading-spinner fa fa-spinner fa-lg fa-spin"></i>');
|
||||
|
|
|
|||
2
httpdocs/js/ntop.min.js
vendored
2
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