Use a distinct icon for cancelled builds

This commit is contained in:
Eelco Dolstra 2013-09-03 16:40:19 +02:00
parent e8fb659d63
commit d914845ad7
2 changed files with 1 additions and 1 deletions

View file

@ -203,7 +203,7 @@ BLOCK renderBuildStatusIcon;
[% ELSIF buildstatus == 3 %]
<img src="/static/images/warning_[% size %].png" alt="Aborted" />
[% ELSIF buildstatus == 4 %]
<img src="/static/images/cancelled_[% size %].png" alt="Cancelled" />
<img src="/static/images/forbidden_[% size %].png" alt="Cancelled" />
[% ELSIF buildstatus == 6 %]
<img src="/static/images/error_[% size %].png" alt="Failed (with result)" />
[% ELSE %]

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B