mirror of
https://github.com/ansible/awx.git
synced 2026-09-16 00:40:11 -02:30
slicing rename test cleanup and bugfix
This commit is contained in:
@@ -77,6 +77,10 @@ function ListJobsController (
|
||||
});
|
||||
|
||||
vm.getSliceJobDetails = (job) => {
|
||||
if (!job.job_slice_count) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (job.job_slice_count === 1) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user