提交 f4aec235 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-11100] master label should be editable if there's a

cloud.
上级 6a1fa871
......@@ -73,6 +73,9 @@ Upcoming changes</a>
<li class=bug>
Cancelling a parent multi-config build produce deserializable build.xml
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10903">issue 10903</a>)
<li class=bug>
Label of the master should be editable if cloud is set up.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11100">issue 11100</a>)
<li class=rfe>
YUI updated to 2.9
<li class=rfe>
......
......@@ -5,7 +5,7 @@ def f=namespace(lib.FormTagLib)
f.entry(title:_("# of executors"), field:"numExecutors") {
f.textbox()
}
if (!app.slaves.isEmpty()) {
if (!app.slaves.isEmpty() || !app.clouds.isEmpty()) {
f.entry(title:_("Labels"),field:"labelString") {
f.textbox()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册