summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-10-31 14:57:27 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-01 12:03:33 +0100
commitcc1cbdaf3296bf8360c68127aadae46f08e66e1f (patch)
tree99a2fd4b2f2bd50e89f1801820992d54f7ce6c46 /modules/luci-base/htdocs/luci-static/resources
parenta96e7a664fa9ddd6de25f1a8d114cfd6d33d83e6 (diff)
luci-base: migrate luci/getNetworkDevices to C plugin
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-base/htdocs/luci-static/resources')
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/network.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/network.js b/modules/luci-base/htdocs/luci-static/resources/network.js
index eaa4b3bb9f..728433bbe9 100644
--- a/modules/luci-base/htdocs/luci-static/resources/network.js
+++ b/modules/luci-base/htdocs/luci-static/resources/network.js
@@ -45,7 +45,7 @@ var iface_patterns_wireless = [
var iface_patterns_virtual = [ ];
var callLuciNetworkDevices = rpc.declare({
- object: 'luci',
+ object: 'luci-rpc',
method: 'getNetworkDevices',
expect: { '': {} }
});