Skip to content

Commit

Permalink
Adds jobtype O=Consolidate
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Sep 8, 2016
1 parent 8ce39b3 commit f78250d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/js/datatables.functions.js
Expand Up @@ -98,6 +98,9 @@ function formatJobType(data) {
case 'S':
output = iJS._('Scan');
break;
case 'O':
output = iJS._('Consolidate');
break;
default:
output = data;
break;
Expand Down

0 comments on commit f78250d

Please sign in to comment.