mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #3435 from AlexSCorey/3421-fixInventoryGroupColumnV2
Fix inventory column width issues to make their contents readable Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
62e1d5fdd2
@ -587,6 +587,11 @@ 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;
|
||||
}
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
multiSelect: true,
|
||||
trackBy: 'group.id',
|
||||
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/groups/',
|
||||
layoutClass: 'List-staticColumnLayout--groups',
|
||||
layoutClass: 'List-staticColumnLayout--inventoryGroups',
|
||||
staticColumns: [
|
||||
{
|
||||
field: 'failed_hosts',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user