Skip to content

Commit

Permalink
webui: show the details action button on consolidation jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tikoflano committed Jun 11, 2020
1 parent 5435ab9 commit 83f863f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui/public/js/bootstrap-table-formatter.js
Expand Up @@ -578,6 +578,7 @@ function jobActionButtonsFormatter(value, row, index, basePath) {
case 'C':
return jobDetailsButton + ' ' + jobRestoreButton;
case 'R':
case 'O':
return jobDetailsButton;
}
break;
Expand Down

0 comments on commit 83f863f

Please sign in to comment.