Skip to content

Commit 30a5834

Browse files
Furistoroboquat
authored andcommitted
[dashboard] Show workspace class in admin view
1 parent 8e40aa2 commit 30a5834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/dashboard/src/admin/WorkspaceDetail.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ export default function WorkspaceDetail(props: { workspace: WorkspaceAndInstance
148148
<Property name="Node">
149149
<div className="overflow-scroll">{workspace.status.nodeName ?? "not assigned"}</div>
150150
</Property>
151+
<Property name="Class">
152+
<div>{workspace.workspaceClass ?? "unknown"}</div>
153+
</Property>
151154
</div>
152155
<div className="flex w-full mt-6">{[0, 1, 2].map(adminLink)}</div>
153156
<div className="flex w-full mt-6">{[3, 4, 5].map(adminLink)}</div>

0 commit comments

Comments
 (0)