Skip to content

Commit

Permalink
Merge pull request #137 from jenkinsci/timja-patch-1
Browse files Browse the repository at this point in the history
Apply new core styling to file upload
  • Loading branch information
jglick authored Jan 3, 2023
2 parents f3503e1 + 4770378 commit 1733d9b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ THE SOFTWARE.
<f:entry title="${h.escape(it.name)}" description="${it.formattedDescription}">
<div name="parameter">
<input type="hidden" name="name" value="${it.name}"/>
<input name="file" type="file" jsonAware="true"/>
<!-- TODO 2.385+ switch to f:file -->
<input name="file" class="jenkins-file-upload" type="file" jsonAware="true"/>
</div>
</f:entry>
</j:jelly>

0 comments on commit 1733d9b

Please sign in to comment.