Fixed Type and Name columns in Scheduled list on Jobs page. Fixed Name link in completed jobs list on Jobs page.

This commit is contained in:
Chris Houseknecht
2014-04-01 18:30:04 -04:00
parent 5ea4a68820
commit 4d6ce4b5fa
4 changed files with 16 additions and 6 deletions

View File

@@ -1055,12 +1055,15 @@ input[type="checkbox"].checkbox-no-label {
color: #666;
}
.pagination li a {
font-size: 12px;
font-size: 13px;
}
i[class*="icon-job-"] {
font-size: 12.5px;
font-size: 13px;
}
}
#completed_jobs_table i[class*="icon-job-"] {
font-size: 13px;
}
/* Inventory job status badge */
.failures-true {