Show when an event was triggered via the API directly
This commit is contained in:
parent
4f3651b578
commit
d47a05881b
6 changed files with 26 additions and 2 deletions
|
@ -55,7 +55,7 @@ export default () => {
|
|||
<ActivityLogEntry key={activity.timestamp.toString() + activity.event} activity={activity}>
|
||||
{typeof activity.properties.useragent === 'string' &&
|
||||
<Tooltip content={activity.properties.useragent} placement={'top'}>
|
||||
<DesktopComputerIcon className={'ml-2 w-4 h-4 cursor-pointer'}/>
|
||||
<span><DesktopComputerIcon/></span>
|
||||
</Tooltip>
|
||||
}
|
||||
</ActivityLogEntry>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue