Link from Inventories tab, hosts, Failed events now redirects to /jobs/N/job_events?host=<host_name>, displaying most recent job events for the host.

This commit is contained in:
chouseknecht
2013-06-19 15:20:23 -04:00
parent 6b8deab753
commit 15b720b42b
5 changed files with 43 additions and 2 deletions

View File

@@ -295,12 +295,18 @@
.job-error, .job-failed,
.active-failures-true,
.active-failures-true a,
.active-failures-true a:active,
input[type="text"].job-failed,
input[type="text"].job-error
{
color: #da4f49;
}
.active-failures-true a:hover {
color: #FF0000;
}
.job-new, input[type="text"].job-new,
.job-canceled, input[type="text"].job-canceled {
color: #778899;
@@ -443,6 +449,11 @@
margin-left: 0;
}
tr td button i {
margin-right: 0;
padding-top: 0;
}
#event_display-header {
min-width: 250px;
}