Skip to content
Snippets Groups Projects
Commit 6de0b48c authored by Tibo's avatar Tibo
Browse files

Load cached mem from correct URL

parent bc1e7f19
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ window.monitorMemChart = function(element) {
window.memChart.update();
});
var cached_url = "/api/sensor/"
var cached_url = window.monitorURL + "/api/sensor/"
+ window.monitorServerID + "/" + window.monitorServerToken
+ "/memory/cached"
$.getJSON(cached_url, function( data ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment