mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
parent
430d4bc28e
commit
40e749c8f7
@ -112,6 +112,24 @@
|
||||
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 {
|
||||
padding-left: 0px;
|
||||
padding-right: 10px;
|
||||
|
@ -363,8 +363,12 @@
|
||||
<label class="JobResults-resultRowLabel">
|
||||
Instance Group
|
||||
</label>
|
||||
<div class="JobResults-resultRowText">
|
||||
<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">
|
||||
Isolated
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user