diff --git a/src/root/common.tt b/src/root/common.tt index a2e20219..07a11488 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -200,6 +200,8 @@ BLOCK renderBuildStatusIcon; Failed [% ELSIF buildstatus == 2 || buildstatus == 5 %] Dependency failed + [% ELSIF buildstatus == 3 %] + Aborted [% ELSIF buildstatus == 4 %] Cancelled [% ELSIF buildstatus == 6 %] @@ -230,8 +232,8 @@ BLOCK renderStatus; [% ELSIF buildstatus == 6 %] Build failed (with result) [% ELSE %] - Build failed - (see below) + Aborted + (Hydra failure; see below) [% END; ELSIF build.busy %] Build in progress diff --git a/src/root/static/images/warning_16.png b/src/root/static/images/warning_16.png new file mode 100644 index 00000000..7a56d4eb Binary files /dev/null and b/src/root/static/images/warning_16.png differ