update wxedge

This commit is contained in:
YGAS 2021-11-01 14:46:36 +08:00
parent 37007b7466
commit a098ba69d6
3 changed files with 4 additions and 4 deletions

View File

@ -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"))

View File

@ -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

View File

@ -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},
];