Skip to content

Commit

Permalink
[FIXED JENKINS-42831] should be default instead of checked
Browse files Browse the repository at this point in the history
  • Loading branch information
escoem committed Mar 16, 2017
1 parent 74f4fda commit acfe145
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:advanced>
<f:entry field="startTls" title="${%Enable StartTls}">
<f:checkbox checked="true" />
<f:checkbox default="true" />
</f:entry>
<f:entry field="groupLookupStrategy" title="${%Group Membership Lookup Strategy}">
<f:select />
Expand All @@ -28,4 +28,4 @@
document.getElementsByName("_.bindName")[0].autocomplete = "off";
});
</script>
</j:jelly>
</j:jelly>

0 comments on commit acfe145

Please sign in to comment.