Skip to content

Commit

Permalink
Merge pull request #1869 from yaroslavafenkin/JENKINS-74007
Browse files Browse the repository at this point in the history
[JENKINS-74008] Extract JavaScript block from `FixedWarningsDetail/index.jelly`
  • Loading branch information
uhafner authored Nov 11, 2024
2 parents 6cc6316 + b966308 commit df9f79b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* global jQuery3 */
jQuery3('#fixed').DataTable({
pagingType: 'numbers', // Page number button only
order: [[0, 'asc'], [1, 'asc']] // Sort by file name and line number
});
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@

</div>

<script type="text/javascript">
/* global jQuery3 */
jQuery3('#fixed').DataTable({
pagingType: 'numbers', // Page number button only
order: [[0, 'asc'], [1, 'asc']] // Sort by file name and line number
});
</script>
<st:adjunct includes="io.jenkins.plugins.analysis.core.model.FixedWarningsDetail.fixed-warnings-data-table"/>

</bs:page>

Expand Down

0 comments on commit df9f79b

Please sign in to comment.