Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Sep 29, 2024
1 parent 030b3ad commit a0ae843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/xo-web/src/common/intl/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -1622,6 +1622,7 @@ const messages = {
vmStateRunning: 'Running',
vmStateAll: 'All',
taskStatePanel: 'Pending tasks',
pendingStatus: 'Pending',
usersStatePanel: 'Users',
srStatePanel: 'Storage state',
ofUsage: '{usage} (of {total})',
Expand Down
2 changes: 2 additions & 0 deletions packages/xo-web/src/xo-app/tasks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ export default class Tasks extends Component {
<SortedTable
collection={props.xoTasks}
columns={XO_TASKS_COLUMNS}
defaultFilter='pendingStatus'
filters={{ pendingStatus: 'status:pending' }}
individualActions={XO_TASKS_INDIVIDUAL_ACTIONS}
stateUrlParam='s_xo'
/>
Expand Down

0 comments on commit a0ae843

Please sign in to comment.