nastools: login tips
This commit is contained in:
parent
d60b5ae747
commit
6f7774b323
@ -2,7 +2,7 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=1.1.0-20220830
|
||||
PKG_VERSION:=1.1.0-20220903
|
||||
PKG_RELEASE:=
|
||||
|
||||
LUCI_TITLE:=LuCI support for nastools
|
||||
|
@ -9,6 +9,7 @@ local container_running = container_status == "running"
|
||||
<div class="cbi-value-field">
|
||||
<% if container_running then %>
|
||||
<button class="cbi-button cbi-button-success" disabled="true"><%:NasTools is running%></button>
|
||||
<div class="cbi-value-description"><%:Default username: admin, password: password%></div>
|
||||
<% else %>
|
||||
<button class="cbi-button cbi-button-negative" disabled="true"><%:NasTools is not running%></button>
|
||||
<% end %>
|
||||
|
@ -34,6 +34,9 @@ msgstr "状态"
|
||||
msgid "NasTools is running"
|
||||
msgstr "NasTools 运行中"
|
||||
|
||||
msgid "Default username: admin, password: password"
|
||||
msgstr "默认用户名:admin,密码:password"
|
||||
|
||||
msgid "NasTools is not running"
|
||||
msgstr "NasTools 未运行"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user