forked from lix-project/hydra
Use a distinct icon for cancelled builds
This commit is contained in:
parent
e8fb659d63
commit
d914845ad7
|
@ -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 %]
|
||||
|
|
BIN
src/root/static/images/forbidden_16.png
Normal file
BIN
src/root/static/images/forbidden_16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 672 B |
Loading…
Reference in a new issue