Switch to the new robot icon
This commit is contained in:
parent
864bedf79b
commit
8663bcd1c7
19 changed files with 69 additions and 65 deletions
|
@ -75,7 +75,7 @@
|
|||
<!-- Robot Permissions -->
|
||||
<tr class="co-table-header-row"
|
||||
ng-if="(permissionResources.user.value | objectFilter:onlyRobot).length">
|
||||
<td colspan="3"><i class="fa fa-wrench"></i> Robot Account Permissions</td>
|
||||
<td colspan="3"><i class="fa ci-robot"></i> Robot Account Permissions</td>
|
||||
</tr>
|
||||
<tr class="indented-row"
|
||||
ng-repeat="permission in (permissionResources.user.value | objectFilter:onlyRobot)">
|
||||
|
|
Reference in a new issue