Skip to content

Commit

Permalink
build page: display slave without rawdata
Browse files Browse the repository at this point in the history
  • Loading branch information
tardyp committed Oct 30, 2015
1 parent 4eb0860 commit 4f891e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion www/base/src/app/builders/builds/build.tpl.jade
Expand Up @@ -29,7 +29,14 @@
td.text-center {{ value[0] }}
td.text-right {{ value[1] }}
tab(heading="{{buildslave.name}}")
rawdata(data="buildslave")
table.table.table-hover.table-striped.table-condensed
tbody
tr
td.text-left name
td.text-center {{buildslave.name}}
tr(ng-repeat="(name, value) in buildslave.slaveinfo")
td.text-left {{ name }}
td.text-right {{ value }}
tab(heading="Responsible Users")
ul.list-group
li.list-group-item(ng-repeat="(author, email) in responsibles")
Expand Down

0 comments on commit 4f891e3

Please sign in to comment.