diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js | 2 | ||||
-rw-r--r-- | applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js index 80938711e9..dc2249275e 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js @@ -74,7 +74,7 @@ function forward_via_txt(s) { return L.view.extend({ callHostHints: rpc.declare({ - object: 'luci', + object: 'luci-rpc', method: 'getHostHints', expect: { '': {} } }), diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js index 6df3bc7f85..f40e0c73e1 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js @@ -111,7 +111,7 @@ function rule_target_txt(s) { return L.view.extend({ callHostHints: rpc.declare({ - object: 'luci', + object: 'luci-rpc', method: 'getHostHints', expect: { '': {} } }), |