diff --git a/README.md b/README.md index 0fc19aee..0f970df4 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ on the Nix package manager. For more information, see the For development see [hacking instructions] (http://nixos.org/hydra/manual/#chap-hacking). + +--- + +Icons provided free by [EmojiOne](http://emojione.com). diff --git a/src/root/common.tt b/src/root/common.tt index 043f84c0..4b0ca76b 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -192,28 +192,28 @@ BLOCK renderBuildStatusIcon; buildstatus = buildstatus != undef ? buildstatus : build.buildstatus; IF finished; IF buildstatus == 0 %] - Succeeded + Succeeded [% ELSIF buildstatus == 1 %] - Failed + Failed [% ELSIF buildstatus == 2 %] - Dependency failed + Dependency failed [% ELSIF buildstatus == 3 || buildstatus == 9 %] - Aborted + Aborted [% ELSIF buildstatus == 4 %] - Cancelled + Cancelled [% ELSIF buildstatus == 6 %] - Failed with output + Failed with output [% ELSIF buildstatus == 7 %] - Timed out + Timed out [% ELSIF buildstatus == 10 %] - Log limit exceeded + Log limit exceeded [% ELSIF buildstatus == 11 %] - Output size limit exceeded + Output size limit exceeded [% ELSE %] - Failed + Failed [% END; ELSE %] - Queued + Queued [% END; END; @@ -514,13 +514,13 @@ BLOCK renderJobsetOverview %] [% IF j.get_column('nrscheduled') > 0 %] - Scheduled + Scheduled [% ELSIF j.get_column('nrfailed') == 0 %] - Succeeded + Succeeded [% ELSIF j.get_column('nrfailed') > 0 && j.get_column('nrsucceeded') > 0 %] - Some Failed + Some Failed [% ELSE %] - All Failed + All Failed [% END %] [% IF showProject; INCLUDE renderFullJobsetName project=j.get_column('project') jobset=j.name inRow=1; ELSE; INCLUDE renderJobsetName project=j.get_column('project') jobset=j.name inRow=1; END %] diff --git a/src/root/static/images/emojione-check-2714.svg b/src/root/static/images/emojione-check-2714.svg new file mode 100644 index 00000000..281e0f3c --- /dev/null +++ b/src/root/static/images/emojione-check-2714.svg @@ -0,0 +1 @@ + diff --git a/src/root/static/images/emojione-gray-x-2716.svg b/src/root/static/images/emojione-gray-x-2716.svg new file mode 100644 index 00000000..21e78fbe --- /dev/null +++ b/src/root/static/images/emojione-gray-x-2716.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/root/static/images/emojione-question-2754.svg b/src/root/static/images/emojione-question-2754.svg new file mode 100644 index 00000000..5404b420 --- /dev/null +++ b/src/root/static/images/emojione-question-2754.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/root/static/images/emojione-red-x-274c.svg b/src/root/static/images/emojione-red-x-274c.svg new file mode 100644 index 00000000..74dc8510 --- /dev/null +++ b/src/root/static/images/emojione-red-x-274c.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/root/static/images/emojione-stopsign-1f6d1.svg b/src/root/static/images/emojione-stopsign-1f6d1.svg new file mode 100644 index 00000000..71a372e7 --- /dev/null +++ b/src/root/static/images/emojione-stopsign-1f6d1.svg @@ -0,0 +1 @@ + \ No newline at end of file