[gnome-continuous] build.gnome.org: fix applicationstest display
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] build.gnome.org: fix applicationstest display
- Date: Thu, 8 May 2014 22:05:06 +0000 (UTC)
commit 4b655f74f7de4932b8f70b9a4e734e4bfb0ea8ee
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Fri May 9 00:04:55 2014 +0200
build.gnome.org: fix applicationstest display
.../partials/gnome-continuous-build.html | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/extras/build.gnome.org/partials/gnome-continuous-build.html
b/extras/build.gnome.org/partials/gnome-continuous-build.html
index 2bc5448..8742b5a 100644
--- a/extras/build.gnome.org/partials/gnome-continuous-build.html
+++ b/extras/build.gnome.org/partials/gnome-continuous-build.html
@@ -119,11 +119,10 @@
</span>
</div>
- </li>
<!-- go on with integration test -->
<div ng-if="tasks.get('integrationtest').length > 0"
ng-init='task = tasks.get("integrationtest")[0]'>
- <li class='list-group-item ng-scope' ng-if='task.started'>
+ <span ng-if='task.started'>
<span ng-if='task.complete'>
<span ng-if='task.success'>
<span class='task-succeded'>Integration test</span> completed in {{ task.elapsed }}s
@@ -148,12 +147,11 @@
<span ng-if='!task.complete'>
<span class='task-running'>Integration test</span><span> in progress</span>
</span>
- </li>
</div>
- <div ng-if="tasks.get('integrationtest').length > 0"
- ng-init='task = tasks.get("integrationtest")[0]'>
- <li class='list-group-item ng-scope' ng-if='task.started'>
+ <div ng-if="tasks.get('applicationstest').length > 0"
+ ng-init='task = tasks.get("applicationstest")[0]'>
+ <span ng-if='task.started'>
<span ng-if='task.complete'>
<span ng-if='task.success'>
<span class='task-succeded'>Application test</span> completed in {{ task.elapsed }}s
@@ -173,7 +171,8 @@
<span ng-if='!task.complete'>
<span class='task-running'>Application test</span><span> in progress</span>
</span>
- </li>
- </div>
+ </span>
+ </div>
+ </li>
</ul>
</article>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]