X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fadmin-core%2Fluasrc%2Fcontroller%2Fadmin%2Fservicectl.lua;h=83f07d7f2731004c6cfd3ee891c084af935ea4d0;hp=3ef8847c058fb625025ad6517e2e617c91051896;hb=36a2fbae7bcf50a1942ae5797651b2659846fff3;hpb=bf41f6ecfbaabcb61638735ff96f3748a4abe9e1;ds=inline diff --git a/modules/admin-core/luasrc/controller/admin/servicectl.lua b/modules/admin-core/luasrc/controller/admin/servicectl.lua index 3ef8847c0..83f07d7f2 100644 --- a/modules/admin-core/luasrc/controller/admin/servicectl.lua +++ b/modules/admin-core/luasrc/controller/admin/servicectl.lua @@ -18,9 +18,9 @@ function index() luci.i18n.loadc("base") local i18n = luci.i18n.translate - entry({"servicectl"}, alias("servicectl", "status"), "", 1).sysauth = "root" - entry({"servicectl", "status"}, call("action_status"), "", 2).leaf = true - entry({"servicectl", "restart"}, call("action_restart"), "", 3).leaf = true + entry({"servicectl"}, alias("servicectl", "status"), nil, 1).sysauth = "root" + entry({"servicectl", "status"}, call("action_status"), nil, 2).leaf = true + entry({"servicectl", "restart"}, call("action_restart"), nil, 3).leaf = true end function action_status()