mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Added fallback icon to audit log
- in the event we don't have a specific icon, I've just chosen to show an `info` one for now
This commit is contained in:
parent
83702c7e86
commit
3ce7e241a1
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ function getActionIcon(ev) {
|
|||
case 'deleted':
|
||||
return 'cross-circle';
|
||||
}
|
||||
|
||||
return 'info';
|
||||
}
|
||||
|
||||
function getAction(ev) {
|
||||
|
|
Loading…
Add table
Reference in a new issue