diff --git a/package/secubox/luci-app-device-intel/htdocs/luci-static/resources/view/device-intel/settings.js b/package/secubox/luci-app-device-intel/htdocs/luci-static/resources/view/device-intel/settings.js index 9043e78b..54a25ac2 100644 --- a/package/secubox/luci-app-device-intel/htdocs/luci-static/resources/view/device-intel/settings.js +++ b/package/secubox/luci-app-device-intel/htdocs/luci-static/resources/view/device-intel/settings.js @@ -147,9 +147,5 @@ return view.extend({ o.depends({ 'enabled': '1', 'adapter': 'zigbee2mqtt' }); return m.render(); - }, - - handleSaveApply: null, - handleSave: null, - handleReset: null + } }); diff --git a/package/secubox/luci-app-device-intel/root/usr/share/luci/menu.d/luci-app-device-intel.json b/package/secubox/luci-app-device-intel/root/usr/share/luci/menu.d/luci-app-device-intel.json index e4e99953..013720da 100644 --- a/package/secubox/luci-app-device-intel/root/usr/share/luci/menu.d/luci-app-device-intel.json +++ b/package/secubox/luci-app-device-intel/root/usr/share/luci/menu.d/luci-app-device-intel.json @@ -3,7 +3,7 @@ "title": "Device Intelligence", "order": 15, "action": { - "type": "firstchildview" + "type": "firstchild" }, "depends": { "acl": ["luci-app-device-intel"], diff --git a/package/secubox/luci-app-dns-provider/htdocs/luci-static/resources/view/dns-provider/settings.js b/package/secubox/luci-app-dns-provider/htdocs/luci-static/resources/view/dns-provider/settings.js index e81f43fe..e36d5557 100644 --- a/package/secubox/luci-app-dns-provider/htdocs/luci-static/resources/view/dns-provider/settings.js +++ b/package/secubox/luci-app-dns-provider/htdocs/luci-static/resources/view/dns-provider/settings.js @@ -86,7 +86,7 @@ return view.extend({ o = s.option(form.DummyValue, '_gandi_info'); o.rawhtml = true; o.default = '' + _('Obtain your Personal Access Token from') + - ' account.gandi.net'; + ' admin.gandi.net'; o = s.option(form.Value, 'api_key', _('API Key / PAT')); o.password = true; @@ -151,9 +151,5 @@ return view.extend({ var container = E('div', {}, [rendered, testBtn]); return container; }); - }, - - handleSaveApply: null, - handleSave: null, - handleReset: null + } }); diff --git a/package/secubox/luci-app-dns-provider/root/usr/share/luci/menu.d/luci-app-dns-provider.json b/package/secubox/luci-app-dns-provider/root/usr/share/luci/menu.d/luci-app-dns-provider.json index b504b780..3b4d3a2f 100644 --- a/package/secubox/luci-app-dns-provider/root/usr/share/luci/menu.d/luci-app-dns-provider.json +++ b/package/secubox/luci-app-dns-provider/root/usr/share/luci/menu.d/luci-app-dns-provider.json @@ -3,7 +3,7 @@ "title": "DNS Providers", "order": 40, "action": { - "type": "firstchildview" + "type": "firstchild" }, "depends": { "acl": ["luci-app-dns-provider"],