提交 74c94308 编写于 作者: M mindless

[FIXED HUDSON-2803] hide Delete button when only one axis is shown; uncheck "Axes" checkbox

to remove last one (otherwise "Add more axis" button goes away if you delete last one).


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16407 71c3de6d-444a-0410-be80-ed276b4c234a
上级 4a930cc7
......@@ -98,7 +98,7 @@ THE SOFTWARE.
<f:entry>
<div align="right">
<input type="button" value="${%Add more axis}" class="repeatable-add show-if-last" />
<input type="button" value="${%Delete}" class="repeatable-delete" style="margin-left: 1em;" />
<input type="button" value="${%Delete}" class="repeatable-delete show-if-not-only" style="margin-left: 1em;" />
</div>
</f:entry>
</table>
......@@ -118,4 +118,4 @@ THE SOFTWARE.
<p:config-buildWrappers />
<p:config-builders />
<p:config-publishers />
</j:jelly>
\ No newline at end of file
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册