luci-app-bmx6: Fix URL of network topology JSON file 433/head
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>
Sat, 8 Dec 2018 21:02:48 +0000 (22:02 +0100)
committerRoger Pueyo Centelles <roger.pueyo@guifi.net>
Sat, 8 Dec 2018 21:02:48 +0000 (22:02 +0100)
commitb6815d594280fc07d398318bd9706eb0e2f016f1
tree436ec90a9ae9035156f97da8bc8bff095236a536
parent940d6217576f2706afe89fd6e7b185e620627e53
luci-app-bmx6: Fix URL of network topology JSON file

The JavaScript code of the network graph tried to fetch the topology from
%HOST/cgi-bin/luci/status/bmx6/topology, but the topology entry is now located
at admin->network->BMX6 (i.e., %HOST/cgi-bin/luci/admin/network/BMX6/topology).

Fixes #432

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
luci-app-bmx6/bmx6/www/luci-static/resources/bmx6/js/bmx6-graph.js