diff --git a/components/dashboard/src/admin/UserSearch.tsx b/components/dashboard/src/admin/UserSearch.tsx index 0f635bc5170538..36325f085f1f27 100644 --- a/components/dashboard/src/admin/UserSearch.tsx +++ b/components/dashboard/src/admin/UserSearch.tsx @@ -97,9 +97,18 @@ export default function UserSearch() {
-
-
Name
-
Created
+
Name
+
+ Created + + + +
{searchResult.rows .filter((u) => u.identities.length > 0) diff --git a/components/dashboard/src/admin/WorkspacesSearch.tsx b/components/dashboard/src/admin/WorkspacesSearch.tsx index 38c3d471bee077..59c62d72ee373b 100644 --- a/components/dashboard/src/admin/WorkspacesSearch.tsx +++ b/components/dashboard/src/admin/WorkspacesSearch.tsx @@ -149,9 +149,8 @@ export function WorkspaceSearch(props: Props) {
-
-
Name
-
Context
+
Name
+
Context
Last Started
{searchResult.rows.map((ws) => (