mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-31 21:23:36 -05:00
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