Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
luci-app-dockerman: adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Feb 11, 2020
1 parent 70292dd commit 4196349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ local pull_section = m:section(Table,pull_value, translate("Pull Image"))
pull_section.template="cbi/nullsection"
local tag_name = pull_section:option(Value, "_image_tag_name")
tag_name.template="docker/cbi/inlinevalue"
tag_name.placeholder="lisaac/luci:latest"
tag_name.placeholder="hello-world:latest"
local registry = pull_section:option(Value, "_registry")
registry.template="docker/cbi/inlinevalue"
registry:value("index.docker.io", "DockerHub")
Expand Down

0 comments on commit 4196349

Please sign in to comment.