Merge "web: Show failed tasks in red on task page"
This commit is contained in:
commit
30c725ff6e
@ -89,7 +89,7 @@ class BuildOutput extends React.Component {
|
||||
renderFailedTask (host, task) {
|
||||
const max_lines = 42
|
||||
return (
|
||||
<Card key={host + task.zuul_log_id}>
|
||||
<Card key={host + task.zuul_log_id} className="zuul-task-summary-failed">
|
||||
<CardHeader>
|
||||
<TimesIcon style={{ color: 'var(--pf-global--danger-color--100)' }}/>
|
||||
Task <strong>{task.name}</strong>
|
||||
|
@ -432,3 +432,7 @@ details.foldable[open] summary::before {
|
||||
{
|
||||
background: var(--pf-global--active-color--400);
|
||||
}
|
||||
|
||||
.zuul-task-summary-failed.pf-c-card {
|
||||
background: var(--pf-global--palette--red-50);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user