mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
Inventory refactor: inventory sync icon turns into red cancel icon upon job submission. cancel sync now works. Refresh process emits on completion. Created Find() utility to search an array of objects.
This commit is contained in:
@@ -55,6 +55,7 @@ body.modal-open {
|
||||
.no-bullets { list-style: none; }
|
||||
.capitalize { text-transform: capitalize; }
|
||||
.grey-txt { color: @grey; }
|
||||
.red-txt { color: @red; } a.red-txt:hover { color: @red; } //make red links (for things like cancel)
|
||||
.text-center { text-align: center !important; }
|
||||
|
||||
|
||||
@@ -1040,6 +1041,8 @@ input[type="checkbox"].checkbox-no-label {
|
||||
|
||||
.active-row {
|
||||
background-color: @white;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-right: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.node-toggle {
|
||||
|
||||
Reference in New Issue
Block a user