mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
Make root/all groups action bar a bit more responsive
This commit is contained in:
@@ -218,6 +218,13 @@ table, tbody {
|
|||||||
// float: right;
|
// float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1200px) {
|
||||||
|
.List-actionHolder--rootGroups {
|
||||||
|
justify-content: flex-start;
|
||||||
|
margin-bottom: 55px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.List-actionHolder--leftAlign {
|
.List-actionHolder--leftAlign {
|
||||||
margin-left: 50%;
|
margin-left: 50%;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
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--groups',
|
||||||
|
actionHolderClass: 'List-actionHolder List-actionHolder--rootGroups',
|
||||||
staticColumns: [
|
staticColumns: [
|
||||||
{
|
{
|
||||||
field: 'failed_hosts',
|
field: 'failed_hosts',
|
||||||
|
|||||||
Reference in New Issue
Block a user