Skip to content

Commit

Permalink
added todo for show builders name
Browse files Browse the repository at this point in the history
  • Loading branch information
shanzi committed Jun 30, 2015
1 parent cee57aa commit e610894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/md_base/src/app/builds/slaves/slaves.controller.coffee
Expand Up @@ -2,4 +2,6 @@ class Slaves extends Controller
constructor: ($scope, dataService) ->
opened = dataService.open()
opened.closeOnDestroy($scope)
# TODO: show builder names related to one slave after cache function
# of dataService has been finished.
@list = opened.getBuildslaves().getArray()

0 comments on commit e610894

Please sign in to comment.