mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 00:47:50 +01:00
show last updated timestamp more clearly
This commit is contained in:
parent
85f7387cd7
commit
188d7f5271
@ -278,14 +278,7 @@ export function DashboardItem({
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
))}
|
))}
|
||||||
{/* :TODO: Remove individual refresh when addressing https://github.com/PostHog/posthog/issues/3609 */}
|
{/* :TODO: Remove individual refresh when addressing https://github.com/PostHog/posthog/issues/3609 */}
|
||||||
<Tooltip
|
<Tooltip title="Refresh dashboard">
|
||||||
title={
|
|
||||||
<i>
|
|
||||||
Last updated:{' '}
|
|
||||||
{item.last_refresh ? dayjs(item.last_refresh).fromNow() : 'recently'}
|
|
||||||
</i>
|
|
||||||
}
|
|
||||||
>
|
|
||||||
<ReloadOutlined
|
<ReloadOutlined
|
||||||
style={{ cursor: 'pointer', marginTop: -3 }}
|
style={{ cursor: 'pointer', marginTop: -3 }}
|
||||||
onClick={() => loadResults(true)}
|
onClick={() => loadResults(true)}
|
||||||
@ -443,7 +436,7 @@ export function DashboardItem({
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="dashboard-item-title" data-attr="dashboard-item-title">
|
<div className="dashboard-item-title" style={{ marginLeft: 15 }} data-attr="dashboard-item-title">
|
||||||
{inSharedMode ? (
|
{inSharedMode ? (
|
||||||
item.name
|
item.name
|
||||||
) : (
|
) : (
|
||||||
|
Loading…
Reference in New Issue
Block a user