Make robot accounts filter rather than display the dialog when "showRobot" is passed to the manager
This commit is contained in:
parent
ecf1135dcd
commit
72abd80f08
5 changed files with 47 additions and 4 deletions
|
@ -19,9 +19,8 @@
|
|||
be shared, such as deployment systems.
|
||||
</div>
|
||||
|
||||
<span class="co-filter-box" ng-show="robots.length">
|
||||
<input class="form-control" type="text" ng-model="robotFilter" placeholder="Filter Robot Accounts...">
|
||||
</span>
|
||||
<div class="filter-box" collection="robots" filter-model="robotFilter"
|
||||
filter-name="Robot Accounts"></div>
|
||||
|
||||
<div class="empty" ng-if="!robots.length">
|
||||
<div class="empty-primary-msg">No robot accounts defined.</div>
|
||||
|
|
Reference in a new issue