slicing rename test cleanup and bugfix

This commit is contained in:
AlanCoding
2018-10-31 11:04:12 -04:00
parent bbd3edba47
commit 6dc58af8e1
9 changed files with 32 additions and 20 deletions
@@ -77,6 +77,10 @@ function ListJobsController (
});
vm.getSliceJobDetails = (job) => {
if (!job.job_slice_count) {
return null;
}
if (job.job_slice_count === 1) {
return null;
}