mirror of
https://github.com/ansible/awx.git
synced 2026-08-03 11:30:00 -02:30
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user