Use better icon for deleting
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
23f1489b2b
commit
d4a66f9b6c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class ActionlogPresenter extends Presenter
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->actionType()=='delete') {
|
if ($this->actionType()=='delete') {
|
||||||
return 'fa-solid fa-user-xmark';
|
return 'fa-solid fa-trash';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->actionType()=='update') {
|
if ($this->actionType()=='update') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue