-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1869 from yaroslavafenkin/JENKINS-74007
[JENKINS-74008] Extract JavaScript block from `FixedWarningsDetail/index.jelly`
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...s/io/jenkins/plugins/analysis/core/model/FixedWarningsDetail/fixed-warnings-data-table.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters