mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Replaced icons
This commit is contained in:
parent
a5a04b80ea
commit
6d6c7f0b70
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user