Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #68 from bkmeneguello/JENKINS-20352
[FIXED JENKINS-20352] computer/*/configure view doesn't render
  • Loading branch information
francisu committed Dec 1, 2013
2 parents 79c046a + d3290cc commit a09614a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -107,7 +107,7 @@ THE SOFTWARE.

<f:entry title="${%Tags}" description="${%EC2 Tag/Value Pairs}">
<f:repeatable field="tags">
<st:include page="config.jelly" class="hudson.plugins.ec2.EC2Tag" />
<st:include page="config.jelly" class="${descriptor.clazz}" />
</f:repeatable>
</f:entry>

Expand Down
Expand Up @@ -122,7 +122,7 @@ THE SOFTWARE.

<f:entry title="${%Tags}" description="${%EC2 Tag/Value Pairs}">
<f:repeatable field="tags">
<st:include page="config.jelly" class="hudson.plugins.ec2.EC2Tag" />
<st:include page="config.jelly" class="${descriptor.clazz}" />
</f:repeatable>
</f:entry>

Expand Down

0 comments on commit a09614a

Please sign in to comment.