mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
New job events list and detail pages. Fixed boolean search. Added new select search type -used on job status to provide a select list.
This commit is contained in:
@@ -274,7 +274,8 @@
|
||||
color: #da4f49;
|
||||
}
|
||||
|
||||
.job-new, input[type="text"].job-new {
|
||||
.job-new, input[type="text"].job-new,
|
||||
.job-canceled, input[type="text"].job-canceled {
|
||||
color: #778899;
|
||||
}
|
||||
|
||||
@@ -290,18 +291,6 @@
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
#job_events label {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#job_events {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#job_events_items_form {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.form-items .search-widget {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user