Browse Source

Update luci-app-smartdns.json

With this small fix, the menu entry for smartdns is not shown anymore on the login page of openwrt.
dkadioglu 4 years ago
parent
commit
3ba8c418f7

+ 1 - 0
package/luci/files/root/usr/share/luci/menu.d/luci-app-smartdns.json

@@ -6,6 +6,7 @@
 			"path": "smartdns/smartdns"
 		},
 		"depends": {
+			"acl": [ "luci-app-smartdns" ],
 			"uci": { "smartdns": true }
 		}
 	}