update wxedge
This commit is contained in:
parent
37007b7466
commit
a098ba69d6
@ -2,7 +2,7 @@ module("luci.controller.wxedge", package.seeall)
|
||||
|
||||
function index()
|
||||
|
||||
entry({'admin', 'services', 'wxedge'}, alias('admin', 'services', 'wxedge', 'client'), _('wxedge'), 10)
|
||||
entry({'admin', 'services', 'wxedge'}, alias('admin', 'services', 'wxedge', 'client'), _('Wxedge'), 10)
|
||||
entry({"admin", "services", "wxedge",'client'}, cbi("wxedge/status"), nil).leaf = true
|
||||
|
||||
entry({"admin", "services", "wxedge","status"}, call("get_container_status"))
|
||||
|
@ -4,7 +4,7 @@ local sys = require 'luci.sys'
|
||||
local docker = require "luci.model.docker"
|
||||
|
||||
m = SimpleForm("wxedge", translate("网心云"), translate("「容器魔方」由网心云推出的一款docker容器镜像软件,通过简单安装后即可快速加入网心云共享计算生态网络,为网心科技星域云贡献带宽和存储资源,用户根据每日的贡献量可获得相应的现金收益回报")
|
||||
.. translatef("For further information "
|
||||
.. translatef(" "
|
||||
.. "<a href=\"%s\" target=\"_blank\">"
|
||||
.. "访问官网</a>", "https://www.onethingcloud.com/"))
|
||||
m.submit=false
|
||||
|
@ -19,8 +19,8 @@
|
||||
}
|
||||
}
|
||||
else {
|
||||
let config = document.getElementById('config')
|
||||
if(!config){
|
||||
let cache = document.getElementById('cache')
|
||||
if(!cache){
|
||||
var configs = [
|
||||
{id: "cache", label: "<%:storage path%><sup>*</sup>:", value: st.cache_path},
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user