Add a dropdown next to the entity search which shows all the user’s teams and robot accounts, and lets them create new ones on the fly

This commit is contained in:
Joseph Schorr 2013-12-10 01:38:05 -05:00
parent ecabcc3fc6
commit 9197a20a77
11 changed files with 223 additions and 53 deletions

View file

@ -4,7 +4,7 @@
<div class="container" ng-show="!loading">
<div class="side-controls">
<span class="popup-input-button" pattern="'^[a-zA-Z][a-zA-Z0-9]+$'" placeholder="'Robot Account Name'"
<span class="popup-input-button" pattern="ROBOT_PATTERN" placeholder="'Robot Account Name'"
submitted="createRobot(value)">
<i class="fa fa-wrench"></i> Create Robot Account
</span>