Skip to content

Commit

Permalink
Add slave version to buildslave page
Browse files Browse the repository at this point in the history
Fixes #840
  • Loading branch information
Dustin J. Mitchell committed Aug 27, 2010
1 parent 3c459c7 commit f5ad0d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions master/buildbot/status/web/slaves.py
Expand Up @@ -74,6 +74,7 @@ def content(self, request, ctx):
access_uri = slave.getAccessURI()),
admin = unicode(slave.getAdmin() or '', 'utf-8'),
host = unicode(slave.getHost() or '', 'utf-8'),
version = slave.getVersion(),
show_builder_column = True,
connect_count = connect_count)
template = request.site.buildbot_service.templates.get_template("buildslave.html")
Expand Down
1 change: 1 addition & 0 deletions master/buildbot/status/web/templates/buildslave.html
Expand Up @@ -39,6 +39,7 @@ <h2>Administrator</h2>

{% if host %}
<h2>Slave information</h2>
Buildbot-Slave {{ version }}
<pre>{{ host|e }}</pre>
{% endif %}

Expand Down

0 comments on commit f5ad0d3

Please sign in to comment.