mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Merge pull request #4938 from jakemcdermott/fix-missing-iso
Use summary_fields.controller_id to tell if job is isolated Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -563,7 +563,7 @@ function getInstanceGroupDetails () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let isolated = null;
|
let isolated = null;
|
||||||
if (instanceGroup.is_isolated) {
|
if (instanceGroup.controller_id) {
|
||||||
isolated = strings.get('details.ISOLATED');
|
isolated = strings.get('details.ISOLATED');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user