diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/mrb_section.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html b/bitbake/lib/toaster/toastergui/templates/mrb_section.html index 13e2d0e452..b2c49fe365 100644 --- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html +++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html | |||
@@ -51,6 +51,7 @@ | |||
51 | </a> | 51 | </a> |
52 | {% endif %} | 52 | {% endif %} |
53 | </div> | 53 | </div> |
54 | {% if build.outcome == build.SUCCEEDED or build.outcome == build.FAILED %} | ||
54 | <div class="span2 lead"> | 55 | <div class="span2 lead"> |
55 | {% if build.completed_on|format_build_date %} | 56 | {% if build.completed_on|format_build_date %} |
56 | {{ build.completed_on|date:'d/m/y H:i' }} | 57 | {{ build.completed_on|date:'d/m/y H:i' }} |
@@ -58,6 +59,7 @@ | |||
58 | {{ build.completed_on|date:'H:i' }} | 59 | {{ build.completed_on|date:'H:i' }} |
59 | {% endif %} | 60 | {% endif %} |
60 | </div> | 61 | </div> |
62 | {% endif %} | ||
61 | {%if build.outcome == build.SUCCEEDED or build.outcome == build.FAILED %} | 63 | {%if build.outcome == build.SUCCEEDED or build.outcome == build.FAILED %} |
62 | <div class="span2 lead"> | 64 | <div class="span2 lead"> |
63 | {% if build.errors.count %} | 65 | {% if build.errors.count %} |
@@ -92,7 +94,7 @@ | |||
92 | </div> | 94 | </div> |
93 | {%endif%} | 95 | {%endif%} |
94 | {%if build.outcome == build.IN_PROGRESS %} | 96 | {%if build.outcome == build.IN_PROGRESS %} |
95 | <div class="span4"> | 97 | <div class="span4 offset1"> |
96 | <div class="progress" style="margin-top:5px;" data-toggle="tooltip" title="{{build.completeper}}% of tasks complete"> | 98 | <div class="progress" style="margin-top:5px;" data-toggle="tooltip" title="{{build.completeper}}% of tasks complete"> |
97 | <div style="width: {{build.completeper}}%;" class="bar"></div> | 99 | <div style="width: {{build.completeper}}%;" class="bar"></div> |
98 | </div> | 100 | </div> |