mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
@@ -112,6 +112,24 @@
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.JobResults-resultRowText--instanceGroup {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.JobResults-isolatedBadge {
|
||||||
|
align-items: center;
|
||||||
|
align-self: center;
|
||||||
|
background-color: @default-list-header-bg;
|
||||||
|
border-radius: 5px;
|
||||||
|
color: @default-stdout-txt;
|
||||||
|
display: flex;
|
||||||
|
font-size: 10px;
|
||||||
|
height: 16px;
|
||||||
|
margin-left: 10px;
|
||||||
|
padding: 0 10px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
.JobResults-statusResultIcon {
|
.JobResults-statusResultIcon {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
|||||||
@@ -363,8 +363,12 @@
|
|||||||
<label class="JobResults-resultRowLabel">
|
<label class="JobResults-resultRowLabel">
|
||||||
Instance Group
|
Instance Group
|
||||||
</label>
|
</label>
|
||||||
<div class="JobResults-resultRowText">
|
<div class="JobResults-resultRowText JobResults-resultRowText--instanceGroup">
|
||||||
{{ job.summary_fields.instance_group.name }}
|
{{ job.summary_fields.instance_group.name }}
|
||||||
|
<span class="JobResults-isolatedBadge"
|
||||||
|
ng-if="job.summary_fields.instance_group.controller_id">
|
||||||
|
Isolated
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user