Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -3,7 +3,7 @@ |
|
|
<parent> |
|
|
<groupId>org.jenkins-ci.plugins</groupId> |
|
|
<artifactId>plugin</artifactId> |
|
|
<version>1.509</version> |
|
|
<version>1.509.4</version> |
|
|
</parent> |
|
|
|
|
|
<groupId>net.praqma</groupId> |
|
|
|
@@ -18,28 +18,28 @@ |
|
|
<f:entry title="${%UCM configuration}"> |
|
|
<f:repeatable var="targets" varStatus="instStatus" items="${descriptor.getTargets(instance)}"> |
|
|
|
|
|
<table width="40%"> |
|
|
<table width="50%"> |
|
|
<col width="100%"/> |
|
|
|
|
|
<tbody> |
|
|
<tr> |
|
|
<td align="left"> |
|
|
<td align="left" style="min-width:200px"> |
|
|
${%Baseline} |
|
|
<f:textbox name="cc.target.baselineName" value="${targets.baselineName}"/> |
|
|
</td> |
|
|
<td align="left"> |
|
|
<td align="left" style="min-width:100px"> |
|
|
${%Promotion level} |
|
|
<select name="cc.target.level"> |
|
|
<j:forEach var="availableLevel" items="${descriptor.getPromotionLevels()}"> |
|
|
<f:option selected="${targets.level.equals(availableLevel)}" value="${availableLevel}">${availableLevel}</f:option> |
|
|
</j:forEach> |
|
|
</select> |
|
|
</td> |
|
|
<td align="left"> |
|
|
<td align="center"> |
|
|
${%Fixed} |
|
|
<f:checkbox name="cc.target.fixed" checked="${targets.fixed}"/> |
|
|
</td> |
|
|
<td> |
|
|
<td style="vertical-align:middle"> |
|
|
<f:repeatableDeleteButton/> |
|
|
</td> |
|
|
</tr> |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.