Merge pull request #5789 from Entropy512/patch-1
luci-app-dockerman: Update to play nice with recent changes
This commit is contained in:
commit
f63edb787b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module("luci.controller.dockerman",package.seeall)
|
||||||
|
|
||||||
function index()
|
function index()
|
||||||
entry({"admin", "docker"},
|
entry({"admin", "docker"},
|
||||||
alias("admin", "docker", "config"),
|
firstchild(),
|
||||||
_("Docker"),
|
_("Docker"),
|
||||||
40).acl_depends = { "luci-app-dockerman" }
|
40).acl_depends = { "luci-app-dockerman" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue