mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Fix invetory column width issues to make their contents readable
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user