mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 16:45:34 +00:00
@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user