luci-app-dockerman: update uci hosts translation
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
a722abd279
commit
18c2fef8b3
1 changed files with 3 additions and 3 deletions
|
@ -135,9 +135,9 @@ if nixio.fs.access("/usr/bin/dockerd") then
|
||||||
o:value("fatal", "fatal")
|
o:value("fatal", "fatal")
|
||||||
|
|
||||||
o = s:taboption("daemon", DynamicList, "hosts",
|
o = s:taboption("daemon", DynamicList, "hosts",
|
||||||
translate("Server Host"),
|
translate("Client connection"),
|
||||||
translate('Daemon unix socket (unix:///var/run/docker.sock) or TCP Remote Hosts (tcp://0.0.0.0:2375), default: unix:///var/run/docker.sock'))
|
translate('Specifies where the Docker daemon will listen for client connections'))
|
||||||
o:value("unix:///var/run/docker.sock", "unix:///var/run/docker.sock")
|
o:value("unix://var/run/docker.sock", "unix://var/run/docker.sock")
|
||||||
o:value("tcp://0.0.0.0:2375", "tcp://0.0.0.0:2375")
|
o:value("tcp://0.0.0.0:2375", "tcp://0.0.0.0:2375")
|
||||||
o.rmempty = true
|
o.rmempty = true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue