mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-23 05:53:55 -04:00
add tooltip for last status change
This commit is contained in:
@@ -136,7 +136,11 @@
|
||||
<Fa icon={faLock} class="mx-1" />
|
||||
</span>
|
||||
{/if}
|
||||
<p class="text-muted m-0">
|
||||
<p
|
||||
class="text-muted m-0"
|
||||
data-toggle="tooltip"
|
||||
title="Last status change: {device.updated}"
|
||||
>
|
||||
{formatDistance(parseISO(device.updated), now, {
|
||||
includeSeconds: true,
|
||||
addSuffix: true
|
||||
|
||||
Reference in New Issue
Block a user