luci-app-firewall: honour global default policies in per-zone settings
[project/luci.git] / modules / luci-mod-network / htdocs / luci-static / resources / view / network / hosts.js
index 2a49b04817e4323c74ceed1de11ac09a192f6d97..3cdea8adbeb8a9571039c93c881e8433e4ae3fe8 100644 (file)
@@ -5,7 +5,8 @@
 return L.view.extend({
        callHostHints: rpc.declare({
                object: 'luci',
-               method: 'host_hints'
+               method: 'getHostHints',
+               expect: { '': {} }
        }),
 
        load: function() {