mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 00:47:29 -02:30
Inventory UI changes. Added action buttons to tree. Removed All Hosts group from tree (click on Inventory root node to see All Hosts). Added Create/Select buttons to hosts list. Preparing to move group/host views to modal dialog.
This commit is contained in:
@@ -333,3 +333,19 @@
|
||||
color: #0088cc;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.inventory-buttons {
|
||||
margin: 10px 10px 0 0;
|
||||
}
|
||||
|
||||
.inventory-buttons button {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#hosts-well {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#hosts-title {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user