aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/frontPageApp/build.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-13 09:35:27 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-13 09:35:27 +0100
commit22cb83183828c7a4828c54e9b30597d276cfd73f (patch)
treeb12bf07c920951bc17cb74758f2e0dcb99f04f5d /src/main/resources/webapp/apps/frontPageApp/build.html
parent7869a849164dd8431a1326385c33af5d397b9789 (diff)
downloadesper-testing-22cb83183828c7a4828c54e9b30597d276cfd73f.tar.gz
esper-testing-22cb83183828c7a4828c54e9b30597d276cfd73f.tar.bz2
esper-testing-22cb83183828c7a4828c54e9b30597d276cfd73f.tar.xz
esper-testing-22cb83183828c7a4828c54e9b30597d276cfd73f.zip
o Implemented "build" view.
o Created a better 'dogtag' directive, should be more reusable.
Diffstat (limited to 'src/main/resources/webapp/apps/frontPageApp/build.html')
-rwxr-xr-xsrc/main/resources/webapp/apps/frontPageApp/build.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/main/resources/webapp/apps/frontPageApp/build.html b/src/main/resources/webapp/apps/frontPageApp/build.html
new file mode 100755
index 0000000..0972758
--- /dev/null
+++ b/src/main/resources/webapp/apps/frontPageApp/build.html
@@ -0,0 +1,29 @@
+<div class="container">
+
+ <navbar/>
+
+ <div class="page-header">
+ <h1>Build</h1>
+ </div>
+
+ <div class="row">
+ <div class="span12">
+ <table class="table table-bordered">
+ <tbody>
+ <tr>
+ <th>Type</th>
+ <td>Jenkins</td>
+ </tr>
+ <tr>
+ <th>Duration</th>
+ <td>{{build.build.timestamp | date:'medium'}}</td>
+ </tr>
+ </tbody>
+ </table>
+
+ <h2>Participants</h2>
+ <span dogtagxl ng-repeat="p in build.participants" person="p"/>
+ </div>
+
+ </div>
+</div>