mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 10:29:56 -02:30
Adds toggle for all/root groups to inventory groups view
This commit is contained in:
@@ -219,7 +219,7 @@ table, tbody {
|
||||
}
|
||||
|
||||
.List-actionHolder--leftAlign {
|
||||
margin-left: 52%;
|
||||
margin-left: 50%;
|
||||
justify-content: flex-start;
|
||||
button {
|
||||
height: 34px;
|
||||
@@ -230,6 +230,15 @@ table, tbody {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-bottom: -34px;
|
||||
|
||||
.List-buttonDefault {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.List-toggleButton {
|
||||
height: 30px;
|
||||
line-height: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.List-auxAction {
|
||||
@@ -272,6 +281,10 @@ table, tbody {
|
||||
opacity: 0.65;
|
||||
}
|
||||
|
||||
.List-actionButton {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.List-searchDropdown {
|
||||
border-top-left-radius: 5px!important;
|
||||
border-bottom-left-radius: 5px!important;
|
||||
|
||||
Reference in New Issue
Block a user