mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Merge pull request #3670 from mabashian/root-all-groups-responsive
Make root/all groups action bar a bit more responsive Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
cd966f2669
@ -218,6 +218,13 @@ table, tbody {
|
||||
// float: right;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1200px) {
|
||||
.List-actionHolder--rootGroups {
|
||||
justify-content: flex-start;
|
||||
margin-bottom: 55px;
|
||||
}
|
||||
}
|
||||
|
||||
.List-actionHolder--leftAlign {
|
||||
margin-left: 50%;
|
||||
justify-content: flex-start;
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
trackBy: 'group.id',
|
||||
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/groups/',
|
||||
layoutClass: 'List-staticColumnLayout--groups',
|
||||
actionHolderClass: 'List-actionHolder List-actionHolder--rootGroups',
|
||||
staticColumns: [
|
||||
{
|
||||
field: 'failed_hosts',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user