Replaced icons

This commit is contained in:
Jesús Ángel 2019-01-18 20:24:57 +01:00
parent a5a04b80ea
commit 6d6c7f0b70
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
</td>
<td ng-if="path === '/agents/groups' && adminMode" ng-click="$event.stopPropagation()" class="cursor-default action-btn-td">
<i ng-if="removingGroup !== item.name && item.name !== 'default'" ng-click="showConfirmRemoveGroup($event, item); $event.stopPropagation()"
class="fa fa-fw fa-remove cursor-pointer" tooltip="Remove this group" tooltip-placement="left"
class="fa fa-fw fa-trash cursor-pointer" tooltip="Remove this group" tooltip-placement="left"
aria-hidden="true"></i>
<span class="wz-padding-left-8" ng-if="removingGroup !== item.name && item.name === 'default'">-</span>
<div ng-if="removingGroup === item.name && item.name !== 'default'">
@ -55,7 +55,7 @@
<td ng-if="isLookingGroup() && adminMode && !isLookingDefaultGroup" ng-click="$event.stopPropagation()"
class="cursor-default action-btn-td">
<i ng-if="removingAgent !== item.id && adminMode" ng-click="showConfirmRemoveAgentFromGroup($event, item); $event.stopPropagation()"
class="fa fa-fw fa-remove cursor-pointer" tooltip="Remove this agent from the group"
class="fa fa-fw fa-trash cursor-pointer" tooltip="Remove this agent from the group"
tooltip-placement="left" aria-hidden="true"></i>
<div ng-if="removingAgent === item.id">
<div layout="row">

View File

@ -51,7 +51,7 @@
<i class="fa fa-fw fa-download"></i>
</a>
<a flex class="wz-text-right cursor-pointer" ng-click="ctrl.deleteReport(item.name)">
<i class="fa fa-fw fa-remove"></i>
<i class="fa fa-fw fa-trash"></i>
</a>
</td>
</tr>