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:
chouseknecht
2013-05-31 23:02:18 -04:00
parent e121235ba9
commit 9ca489d5ab
5 changed files with 48 additions and 37 deletions

View File

@@ -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;
}