Skip to content

Commit

Permalink
feat(build-list): show list is empty message when no builds there
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephigenia committed Jan 4, 2017
1 parent e79a565 commit b0f417e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/scripts/MainComponent.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
</div>
<div ng-if="$ctrl.apiToken && !$ctrl.buildService.error">
<build-list builds="$ctrl.buildService.builds"></build-list>
<div ng-hide="$ctrl.buildService.builds.length" class="alert alert-info">
There are no builds that can be displayed.
</div>
</div>

0 comments on commit b0f417e

Please sign in to comment.