mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -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:
@@ -587,6 +587,11 @@ table, tbody {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.List-staticColumnLayout--groups {
|
.List-staticColumnLayout--groups {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 5px 25px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.List-staticColumnLayout--inventoryGroups {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 5px 25px 25px auto;
|
grid-template-columns: 5px 25px 25px auto;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
multiSelect: true,
|
multiSelect: true,
|
||||||
trackBy: 'group.id',
|
trackBy: 'group.id',
|
||||||
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/groups/',
|
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/groups/',
|
||||||
layoutClass: 'List-staticColumnLayout--groups',
|
layoutClass: 'List-staticColumnLayout--inventoryGroups',
|
||||||
staticColumns: [
|
staticColumns: [
|
||||||
{
|
{
|
||||||
field: 'failed_hosts',
|
field: 'failed_hosts',
|
||||||
|
|||||||
Reference in New Issue
Block a user