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:42:03 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-01 12:03:33 +0100
commita96e7a664fa9ddd6de25f1a8d114cfd6d33d83e6 (patch)
treef23d51aa9326db9b230ae2f58935ad7ed3df752c /modules/luci-base/htdocs/luci-static/resources
parent37b6092aef9f875b95debdafba7da9933fc10a34 (diff)
luci-base: migrate luci/getWirelessDevices 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 ed14af4887..eaa4b3bb9f 100644
--- a/modules/luci-base/htdocs/luci-static/resources/network.js
+++ b/modules/luci-base/htdocs/luci-static/resources/network.js
@@ -51,7 +51,7 @@ var callLuciNetworkDevices = rpc.declare({
});
var callLuciWirelessDevices = rpc.declare({
- object: 'luci',
+ object: 'luci-rpc',
method: 'getWirelessDevices',
expect: { '': {} }
});