mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
Check if job has an instance group
This commit is contained in:
parent
40e749c8f7
commit
21ab294fc2
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user