summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/classes/build.php')
-rw-r--r--shared/classes/build.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/classes/build.php b/shared/classes/build.php
index 3c65f9b..45d8f07 100644
--- a/shared/classes/build.php
+++ b/shared/classes/build.php
@@ -77,6 +77,8 @@ class sql_build extends conf_build_common {
$format='D j M Y G:i:s T';
$perms=$this->visibility == 'public' || owner_or_admin($this->id);
$html='<div class="build"><span class="name">'.(isset($this->name) && strlen($this->name)?htmlentities($this->name):'Unnamed Build').'</span> ';
+ if ($this->failed == 'true')
+ $html.='<span class="status failed">[failed]</span> ';
$links=array();
switch ($this->status) {
case 'queued':