Switch to the new robot icon

This commit is contained in:
Joseph Schorr 2015-04-23 16:41:47 -04:00
parent 864bedf79b
commit 8663bcd1c7
19 changed files with 69 additions and 65 deletions

View file

@ -20,7 +20,7 @@
</li>
<li role="presentation" ng-show="includeRobots && !lazyLoading && isAdmin">
<a role="menuitem" class="new-action" tabindex="-1" href="javascript:void(0)" ng-click="createRobot()">
<i class="fa fa-wrench"></i>
<i class="fa ci-robot"></i>
Create robot account
</a>
</li>
@ -70,7 +70,7 @@
<li class="menuitem" role="presentation" ng-repeat="robot in robots | orderBy:'name'" ng-show="!lazyLoading">
<a role="menuitem" tabindex="-1" href="javascript:void(0)" ng-click="setEntity(robot.name, 'user', true)">
<i class="fa fa-wrench"></i> <span>{{ robot.name }}</span>
<i class="fa ci-robot"></i> <span>{{ robot.name }}</span>
</a>
</li>
</ul>