Job detail page now working. Form generator now supports 2 column layout and a status fields section.

This commit is contained in:
chouseknecht
2013-05-19 18:55:13 -04:00
parent f409db7778
commit 6b881a58bf
12 changed files with 537 additions and 69 deletions

View File

@@ -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 */