Fix Trigger Setup Robot Permissions for Private Base (#2543)

This commit is contained in:
Alec Merdler 2017-04-14 12:10:00 -07:00 committed by GitHub
parent 2f757faa40
commit 581d7c67a7
5 changed files with 210 additions and 91 deletions

View file

@ -356,7 +356,10 @@
total-count="$ctrl.local.orderedRobotAccounts.entries.length"
current-page="$ctrl.local.robotOptions.page"
page-size="$ctrl.robotsPerPage"></span>
<input class="form-control" type="text" ng-model="$ctrl.local.robotOptions.filter" placeholder="Filter robot accounts...">
<input class="form-control"
type="text"
ng-model="$ctrl.local.robotOptions.filter"
placeholder="Filter robot accounts...">
</div>
</div>