Merge branch 'ent-2555-fix-incremental-realtime-charts' into 'develop'
Fix the incremental realtime charts See merge request artica/pandorafms!1701
This commit is contained in:
commit
2d00bbe50a
|
@ -42,14 +42,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function requestData () {
|
function requestData () {
|
||||||
var ajaxPath = $("#hidden-ajax_path").val();
|
var rel_path = $("#hidden-rel_path").val();
|
||||||
|
|
||||||
currentXHR = $.ajax({
|
currentXHR = $.ajax({
|
||||||
url: ajaxPath,
|
url: rel_path + "extensions/realtime_graphs/ajax.php",
|
||||||
type: "POST",
|
type: "POST",
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
data: {
|
data: {
|
||||||
page: "extensions/realtime_graphs/ajax",
|
|
||||||
graph: $('#graph :selected').val(),
|
graph: $('#graph :selected').val(),
|
||||||
graph_title: $('#graph :selected').html(),
|
graph_title: $('#graph :selected').html(),
|
||||||
snmp_community: $('#text-snmp_community').val(),
|
snmp_community: $('#text-snmp_community').val(),
|
||||||
|
|
Loading…
Reference in New Issue