mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #3468 from kialam/fix-groups-list-view
Fix 'Groups' list item styling. Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
1dff691830
@ -588,12 +588,7 @@ table, tbody {
|
||||
|
||||
.List-staticColumnLayout--groups {
|
||||
display: grid;
|
||||
grid-template-columns: 5px 25px auto;
|
||||
}
|
||||
|
||||
.List-staticColumnLayout--inventoryGroups {
|
||||
display: grid;
|
||||
grid-template-columns: 5px 25px 25px auto;
|
||||
grid-template-columns: @at-space @at-space-5x @at-space-5x auto;
|
||||
}
|
||||
|
||||
.List-staticColumnLayout--hosts {
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
multiSelect: true,
|
||||
trackBy: 'group.id',
|
||||
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/groups/',
|
||||
layoutClass: 'List-staticColumnLayout--inventoryGroups',
|
||||
layoutClass: 'List-staticColumnLayout--groups',
|
||||
staticColumns: [
|
||||
{
|
||||
field: 'failed_hosts',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user