luci-app-dockerman: set examle registry url as placeholder
Signed-off-by: Florian Eckert <fe@dev.tdt.de> (cherry picked from commit ec564ddf6b0858a04699716eb68a8f91dba27f67)
This commit is contained in:
parent
a0d1d9f0fb
commit
e88a046c1e
@ -122,8 +122,9 @@ if nixio.fs.access("/usr/bin/dockerd") then
|
||||
o:depends("remote_endpoint", 0)
|
||||
|
||||
o = s:option(DynamicList, "registry_mirrors",
|
||||
translate("Registry Mirrors"))
|
||||
o:value("https://hub-mirror.c.163.com", "https://hub-mirror.c.163.com")
|
||||
translate("Registry Mirrors"),
|
||||
translate("It replaces the daemon registry mirrors with a new set of registry mirrors"))
|
||||
o.placeholder = translate("Example: https://hub-mirror.c.163.com")
|
||||
o:depends("remote_endpoint", 0)
|
||||
|
||||
o = s:option(ListValue, "log_level",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user