aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/jenkinsApp/job.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-18 16:40:40 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-18 16:40:40 +0100
commit34546b9c5b5a9be2180e8b4801b72a48feb94d1d (patch)
treeb0cc7cb6fadaf640f6bb5dd7b062192100c6a944 /src/main/resources/webapp/apps/jenkinsApp/job.html
parent2baff5fc9a0564c5e150cf10a1cfd2edd5b3d868 (diff)
downloadesper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.tar.gz
esper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.tar.bz2
esper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.tar.xz
esper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.zip
o timestamp => createdDate in the JSON to be consistent.
o Better builds list. o Renaming person-avatar to avatar-xl.
Diffstat (limited to 'src/main/resources/webapp/apps/jenkinsApp/job.html')
-rwxr-xr-xsrc/main/resources/webapp/apps/jenkinsApp/job.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/webapp/apps/jenkinsApp/job.html b/src/main/resources/webapp/apps/jenkinsApp/job.html
index 8942ab7..e0c1a10 100755
--- a/src/main/resources/webapp/apps/jenkinsApp/job.html
+++ b/src/main/resources/webapp/apps/jenkinsApp/job.html
@@ -38,7 +38,7 @@
</thead>
<tbody>
<tr ng-repeat="build in builds.rows" class="{{{true: 'success', false: 'error'}[build.success]}}">
- <td>{{build.timestamp | date:'medium'}}</td>
+ <td>{{build.createdDate | date:'medium'}}</td>
<td>{{build.result}}</td>
<td><a class="btn" ng-click="showBuild(build.uuid)"><i class="icon-chevron-right"></i></a></td>
</tr>