mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-17 08:55:29 +08:00
Fix Pushbot symbols (#7659)
This commit is contained in:
parent
e80af1955e
commit
ed865731cc
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=luci-app-pushbot
|
PKG_NAME:=luci-app-pushbot
|
||||||
PKG_VERSION:=3.12
|
PKG_VERSION:=3.12
|
||||||
PKG_RELEASE:=9
|
PKG_RELEASE:=10
|
||||||
|
|
||||||
PKG_MAINTAINER:=tty228 zzsj0928
|
PKG_MAINTAINER:=tty228 zzsj0928
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
local nt = require "luci.sys".net
|
local nt = require "luci.sys".net
|
||||||
local fs=require"nixio.fs"
|
local fs=require"nixio.fs"
|
||||||
|
|
||||||
m=Map("pushbot",translate("提示:"),
|
m=Map("pushbot",translate("提示"),
|
||||||
translate("如果你不了解这些选项的含义,请不要修改这些选项"))
|
translate("如果你不了解这些选项的含义,请不要修改这些选项。"))
|
||||||
|
|
||||||
s = m:section(TypedSection, "pushbot", "高级设置")
|
s = m:section(TypedSection, "pushbot", "高级设置")
|
||||||
s.anonymous = true
|
s.anonymous = true
|
||||||
|
@ -28,6 +28,6 @@ local dsp = require "luci.dispatcher"
|
|||||||
</script>
|
</script>
|
||||||
<fieldset class="cbi-section" id="_log_fieldset">
|
<fieldset class="cbi-section" id="_log_fieldset">
|
||||||
<input type="checkbox" id="checkbox1" style="vertical-align:middle;height: auto;"checked><%:自动刷新%></input>
|
<input type="checkbox" id="checkbox1" style="vertical-align:middle;height: auto;"checked><%:自动刷新%></input>
|
||||||
<input class="cbi-button cbi-input-remove" type="button" onclick="clearlog()" value="<%:Clear logs%>" />
|
<input class="cbi-button cbi-input-remove" type="button" onclick="clearlog()" value="<%:清除日志%>" />
|
||||||
<textarea id="log_textarea" class="cbi-input-textarea" style="width: 100%;margin-top: 10px;" data-update="change" rows="30" wrap="off" readonly="readonly"></textarea>
|
<textarea id="log_textarea" class="cbi-input-textarea" style="width: 100%;margin-top: 10px;" data-update="change" rows="30" wrap="off" readonly="readonly"></textarea>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user