Skip to content

Commit

Permalink
JENKINS-12468 Updated config.jelly to enable display of browser infor…
Browse files Browse the repository at this point in the history
…mation
  • Loading branch information
rossrowe committed Jan 20, 2012
1 parent 1f02222 commit 4cb72f4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@
<f:entry>
<j:forEach var="b" items="${descriptor.browsers}">
<div>
<f:checkbox name="values" json="${b.name()}" checked="${instance.hasValue(b.name())}" /><label class="attach-previous">${b.displayName}</label>
<f:checkbox name="values" json="${b.key}" checked="${instance.hasValue(b.key)}" /><label class="attach-previous">${b.name}</label>
</div>
</j:forEach>
</f:entry>
Expand Down

0 comments on commit 4cb72f4

Please sign in to comment.