mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user