Skip to content

Commit

Permalink
Merge pull request #16061 from eduardoj/fix/issue_16043
Browse files Browse the repository at this point in the history
Define a priority for responsive columns
  • Loading branch information
eduardoj committed Apr 29, 2024
2 parents 7233a59 + 2ba06c6 commit 01544d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/assets/javascripts/webui/requests_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $(document).ready(function() {
// We dont allow ordering by the request link.
// Columns: created, source, target, requester, type, priority, request link.
// First column has index 0.
{ orderable: false, targets: [6] }
{ orderable: false, targets: [6], responsivePriority: 1 }
],
paging: true,
pagingType: 'full',
Expand Down

0 comments on commit 01544d2

Please sign in to comment.