diff --git a/webui/public/js/bootstrap-table-formatter.js b/webui/public/js/bootstrap-table-formatter.js index b74d8f61835..d3b747c25af 100644 --- a/webui/public/js/bootstrap-table-formatter.js +++ b/webui/public/js/bootstrap-table-formatter.js @@ -533,9 +533,9 @@ function scheduleActionButtonsFormatter(value, row, index, basePath) { function jobActionButtonsFormatter(value, row, index, basePath) { let jobDetailsButton = ''; - let jobRerunButton = ''; + let jobRerunButton = ''; let jobRestoreButton = ''; - let jobCancelButton = ''; + let jobCancelButton = ''; switch(row.jobstatus) { case 'T':