mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
Job detail page now working. Form generator now supports 2 column layout and a status fields section.
This commit is contained in:
@@ -244,7 +244,7 @@
|
||||
margin-left: 15px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
/* Display list actions */
|
||||
/* End Display list actions */
|
||||
|
||||
.well {
|
||||
padding-bottom: 0;
|
||||
@@ -256,7 +256,7 @@
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.job-error, .job-failure {
|
||||
.job-error, .job-failed {
|
||||
color: #da4f49;
|
||||
}
|
||||
|
||||
@@ -267,4 +267,5 @@
|
||||
.job-pending, .job-running {
|
||||
color: #5bb75b;
|
||||
}
|
||||
/* End Jobs Page */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user