aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/apps/jenkinsApp/server.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-12-20 22:45:16 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2012-12-20 22:45:16 +0100
commit0cbc9933db10938a1e9c7f330188e40caec9550d (patch)
tree43941d0c254a83801032432c5abaad9f8841d676 /src/main/webapp/apps/jenkinsApp/server.html
parentee86231bc83d50505fca356f808bc7d13a2c9502 (diff)
downloadesper-testing-0cbc9933db10938a1e9c7f330188e40caec9550d.tar.gz
esper-testing-0cbc9933db10938a1e9c7f330188e40caec9550d.tar.bz2
esper-testing-0cbc9933db10938a1e9c7f330188e40caec9550d.tar.xz
esper-testing-0cbc9933db10938a1e9c7f330188e40caec9550d.zip
o Storing jenkins_users.
Diffstat (limited to 'src/main/webapp/apps/jenkinsApp/server.html')
-rw-r--r--src/main/webapp/apps/jenkinsApp/server.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/main/webapp/apps/jenkinsApp/server.html b/src/main/webapp/apps/jenkinsApp/server.html
index 9213c73..9b27dfe 100644
--- a/src/main/webapp/apps/jenkinsApp/server.html
+++ b/src/main/webapp/apps/jenkinsApp/server.html
@@ -11,19 +11,15 @@
<tbody>
<tr>
<th>URL</th>
- <td>{{server.url}}</td>
+ <td><a href="{{server.url}}">{{server.url}}</a></td>
</tr>
<tr>
<th>Enabled</th>
<td>{{server.enabled}}</td>
</tr>
<tr>
- <th>Visit</th>
- <td><a href="{{server.url}}">{{server.url}}</a></td>
- </tr>
- <tr>
- <th>Job Count</th>
- <td>{{server.jobCount}}</td>
+ <th>Stats</th>
+ <td>{{server.jobCount}} jobs, {{server.buildCount}} builds</td>
</tr>
</tbody>
</table>