Re-styling jobs page and hooking it up to /unified_jobs resource.

This commit is contained in:
Chris Houseknecht
2014-03-29 13:52:31 -04:00
parent 8c9afff4b9
commit 5ad0282495
5 changed files with 35 additions and 34 deletions

View File

@@ -984,7 +984,8 @@ input[type="checkbox"].checkbox-no-label {
}
.icon-job-error:before,
.icon-job-failed:before {
.icon-job-failed:before,
.icon-job-canceled:before {
content: "\f06a";
}
@@ -1007,17 +1008,16 @@ input[type="checkbox"].checkbox-no-label {
}
.icon-job-error,
.icon-job-failed {
.icon-job-failed,
.icon-job-canceled {
color: @red;
}
.icon-job-none,
.icon-job-canceled {
.icon-job-none {
color: @grey;
opacity: 0.45;
}
.icon-job-canceled,
.icon-job-none:before {
content: "\f10c";
}
@@ -1048,10 +1048,12 @@ input[type="checkbox"].checkbox-no-label {
.pagination li a {
font-size: 12px;
}
.list-table-container {
min-height: 338px;
}
}
#completed-jobs-container {
margin-top: 0;
.job-list-target {
min-height: 445px;
}
/* Inventory job status badge */