mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Check if job has an instance group
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
<div class="JobResults-resultRowText JobResults-resultRowText--instanceGroup">
|
||||
{{ job.summary_fields.instance_group.name }}
|
||||
<span class="JobResults-isolatedBadge"
|
||||
ng-if="job.summary_fields.instance_group.controller_id">
|
||||
ng-if="job.summary_fields.instance_group && job.summary_fields.instance_group.controller_id">
|
||||
Isolated
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user