X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=luci-app-bmx6%2Fbmx6%2Fwww%2Fluci-static%2Fresources%2Fbmx6%2Fjs%2Fbmx6-graph.js;h=e3ff0097f08657a2c003c4e8b87175f3f2939374;hb=b6815d594280fc07d398318bd9706eb0e2f016f1;hp=80233ffd5e346fe291df87f77369ce3c37beb905;hpb=940d6217576f2706afe89fd6e7b185e620627e53;p=feed%2Frouting.git diff --git a/luci-app-bmx6/bmx6/www/luci-static/resources/bmx6/js/bmx6-graph.js b/luci-app-bmx6/bmx6/www/luci-static/resources/bmx6/js/bmx6-graph.js index 80233ff..e3ff009 100644 --- a/luci-app-bmx6/bmx6/www/luci-static/resources/bmx6/js/bmx6-graph.js +++ b/luci-app-bmx6/bmx6/www/luci-static/resources/bmx6/js/bmx6-graph.js @@ -48,7 +48,7 @@ function init() { divwait = document.getElementById("wait"); - XHR.get('/cgi-bin/luci/status/bmx6/topology', null, function(nodesRequest, nodesData) { + XHR.get('/cgi-bin/luci/admin/network/BMX6/topology', null, function(nodesRequest, nodesData) { nodes = nodesData; XHR.get('/cgi-bin/bmx6-info?$myself&', null, function(myselfRequest, myselfData) {