Skip to content

Commit

Permalink
Merge pull request #403 from timja/style-file-upload
Browse files Browse the repository at this point in the history
Apply upcoming core styling to file upload
  • Loading branch information
jtnord authored Apr 28, 2023
2 parents 1f71105 + 5ffec44 commit 31e44e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
/>
</f:entry>
<f:entry field="uploadedCertFile">
<input id="${fileId}" type="file" name="uploadedCertFile" class="setting-input" jsonAware="true" />
<!-- TODO switch to f:file after baseline includes https://github.com/jenkinsci/jenkins/pull/7452 -->
<input id="${fileId}" type="file" name="uploadedCertFile" class="jenkins-file-upload" jsonAware="true" />
</f:entry>
<script><![CDATA[
var uploadedCertFile_${fileId} = '';
Expand Down

0 comments on commit 31e44e6

Please sign in to comment.