mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
luci app frpc: ajust order
This commit is contained in:
parent
bfe704cfc8
commit
bcbe4750d4
@ -10,7 +10,7 @@ LUCI_TITLE:=LuCI for FRPC
|
||||
LUCI_DEPENDS:=+wget +frpc
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_VERSION:=1.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -5,10 +5,11 @@ function index()
|
||||
return
|
||||
end
|
||||
|
||||
entry({"admin","services","frp"},cbi("frp/frp"), _("Frp Setting"),5).dependent=true
|
||||
entry({"admin","services","frp"},cbi("frp/frp"), _("Frp Setting"),100).dependent=true
|
||||
entry({"admin","services","frp","config"},cbi("frp/config")).leaf=true
|
||||
entry({"admin","services","frp","status"},call("status")).leaf=true
|
||||
end
|
||||
|
||||
function status()
|
||||
local e={}
|
||||
e.running=luci.sys.call("pidof frpc > /dev/null")==0
|
||||
|
Loading…
Reference in New Issue
Block a user