We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbbf27 commit 406bcbeCopy full SHA for 406bcbe
site/src/components/WorkspacesTable/WorkspaceLastUsed.tsx
@@ -23,8 +23,6 @@ export const WorkspaceLastUsed: FC<WorkspaceLastUsedProps> = ({ lastUsedAt }) =>
23
color = theme.palette.success.main
24
// Since the agent reports on a 10m interval,
25
// the last_used_at can be inaccurate when recent.
26
- // we default to "Today" instead of showing a
27
- // potentially inaccurate value.
28
message = "Last Hour"
29
} else if (t.isAfter(now.subtract(1, "day"))) {
30
color = theme.palette.primary.main
0 commit comments