Skip to content

Commit

Permalink
Merge pull request openwrt#433 from rogerpueyo/bmx6-graph
Browse files Browse the repository at this point in the history
luci-app-bmx6: Fix URL of network topology JSON file
  • Loading branch information
p4u committed Dec 8, 2018
2 parents 940d621 + b6815d5 commit 9bc518e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9bc518e

Please sign in to comment.