mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +08:00
luci-app-rclone: code alignment
This commit is contained in:
parent
dd336c8de7
commit
e321e2382f
@ -4,7 +4,7 @@ function index()
|
||||
if not nixio.fs.access("/etc/config/rclone") then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
entry({"admin", "nas"}, firstchild(), _("NAS") , 45).dependent = false
|
||||
entry({"admin", "nas", "rclone"}, cbi("rclone"), _("Rclone"), 100).dependent = false
|
||||
end
|
||||
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"luci-app-rclone": {
|
||||
"description": "Grant UCI access for luci-app-rclone",
|
||||
"read": {
|
||||
"uci": ["rclone"]
|
||||
},
|
||||
"write": {
|
||||
"uci": ["rclone"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user