mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -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">
|
<div class="JobResults-resultRowText JobResults-resultRowText--instanceGroup">
|
||||||
{{ job.summary_fields.instance_group.name }}
|
{{ job.summary_fields.instance_group.name }}
|
||||||
<span class="JobResults-isolatedBadge"
|
<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
|
Isolated
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user