Show when an event was triggered via the API directly

This commit is contained in:
DaneEveritt 2022-06-18 12:52:26 -04:00
parent 4f3651b578
commit d47a05881b
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 26 additions and 2 deletions

View file

@ -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>