mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-01 21:51:48 -05:00
Use summary_fields.controller_id to tell if job is isolated
This commit is contained in:
@@ -563,7 +563,7 @@ function getInstanceGroupDetails () {
|
||||
}
|
||||
|
||||
let isolated = null;
|
||||
if (instanceGroup.is_isolated) {
|
||||
if (instanceGroup.controller_id) {
|
||||
isolated = strings.get('details.ISOLATED');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user