Skip to content

Commit

Permalink
Apply new core styling to file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jan 3, 2023
1 parent f3503e1 commit 5154f2f
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 switch to f:file after baseline is 2.385 or newer -->
<input name="file" class="jenkins-file-upload" type="file" jsonAware="true"/>
</div>
</f:entry>
</j:jelly>

0 comments on commit 5154f2f

Please sign in to comment.