mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
Added has_active_failures to Hosts view under Inventory detail. There is now a Failures column. A red dot (icon-circle) displays for hosts where has_active_failures == true, otherwise the column is empty.
This commit is contained in:
@@ -290,6 +290,7 @@
|
||||
/* Jobs page */
|
||||
|
||||
.job-error, .job-failed,
|
||||
.active-failures-true,
|
||||
input[type="text"].job-failed,
|
||||
input[type="text"].job-error
|
||||
{
|
||||
@@ -305,6 +306,7 @@
|
||||
.job-running,
|
||||
.job-success,
|
||||
.job-successful,
|
||||
.active-failures-false,
|
||||
input[type="text"].job-success,
|
||||
input[type="text"].job-successful
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user