aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/apps/buildApp/build.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-11 17:11:28 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-11 17:11:28 +0100
commit39636be7b018b9121696ce7bdc462ab2c3c8185d (patch)
tree08e33b02dce0082db08584ad6e09be1f4653bf41 /src/main/webapp/apps/buildApp/build.html
parent4e9d5b5a447144c910c2698975157ee296e2eac8 (diff)
downloadesper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.tar.gz
esper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.tar.bz2
esper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.tar.xz
esper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.zip
o Creating bin/web for running the web application.
Diffstat (limited to 'src/main/webapp/apps/buildApp/build.html')
-rwxr-xr-xsrc/main/webapp/apps/buildApp/build.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/main/webapp/apps/buildApp/build.html b/src/main/webapp/apps/buildApp/build.html
deleted file mode 100755
index fec38d2..0000000
--- a/src/main/webapp/apps/buildApp/build.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<div class="container">
-
- <div class="page-header">
- <h1>Build</h1>
- </div>
-
- <div>
- <h3>Participants</h3>
- <table>
- <tr>
- <th>Date</th>
- <td>{{build.build.timestamp | date:'medium'}}</td>
- </tr>
- <tr>
- <th>Status</th>
- <td>
- <span ng-show="build.build.success">SUCCESS</span>
- <span ng-hide="build.build.success">FAILURE</span>
- </td>
- </tr>
- </table>
- <h3>Participants</h3>
-
- <p ng-repeat="participant in build.participants">
- <span>{{participant.name}}</span>
- </p>
-
- </div>
-
-</div>