Skip to content

Commit

Permalink
UIHAADM-95: Improve pagination (#59)
Browse files Browse the repository at this point in the history
* UIHAADM-95: Improve pagination

* Retriger github actions

* Retriger github actions
  • Loading branch information
mkuklis authored Nov 27, 2023
1 parent b3cdf87 commit 6ff3e38
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/views/Jobs/Jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ function Jobs({
};

const columnWidths = {
name: '400px',
status: '90px',
name: '20%',
status: '80px',
amountHarvested: '110px',
seconds: '100px',
started: '210px',
finished: '210px',
type: '150px',
message: '600px',
seconds: '70px',
started: '200px',
finished: '200px',
type: '110px',
message: '450px',
};

const formatter = {
Expand Down Expand Up @@ -103,7 +103,6 @@ function Jobs({
actionMenu={() => renderColumnsMenu}
>
<MultiColumnList
autosize
id="list-jobs"
visibleColumns={visibleColumns}
columnMapping={columnMapping}
Expand Down

0 comments on commit 6ff3e38

Please sign in to comment.