Skip to content

Commit

Permalink
Merge pull request #99 from albers/fix-button-text
Browse files Browse the repository at this point in the history
Folder -> Configure's "Add vSphere Template" button should be "Add vSphere Cloud".
  • Loading branch information
pjdarton authored Oct 24, 2018
2 parents acca14d + c9243c2 commit 142dafe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:f="/lib/form">
<f:section title="${%vSphere Cloud}">
<f:entry title="${%Clouds}" description="${%List of Clouds}">
<f:repeatable field="clouds" add="${%Add vSphere Template}">
<f:repeatable field="clouds" add="${%Add vSphere Cloud}">
<st:include page="config-inner.jelly" class="${descriptor.clazz}"/>
<div align="right">
<f:repeatableDeleteButton value="${%Delete vSphere Template}"/>
Expand Down

0 comments on commit 142dafe

Please sign in to comment.