diff --git a/dashboard/src/app/workspaces/page.tsx b/dashboard/src/app/workspaces/page.tsx
index e345575..ae33337 100644
--- a/dashboard/src/app/workspaces/page.tsx
+++ b/dashboard/src/app/workspaces/page.tsx
@@ -588,124 +588,119 @@ export default function WorkspacesPage() {
)}
-
-
-
-
-
-
-
- {selectedWorkspace.status === 'ready'
- ? 'Destroys container and reruns init script'
- : 'Creates isolated Linux filesystem'}
-
-
+ {/* Show build controls when not building */}
+ {selectedWorkspace.status !== 'building' && (
+ <>
+
+
+
+
+
+
+
+ {selectedWorkspace.status === 'ready'
+ ? 'Destroys container and reruns init script'
+ : 'Creates isolated Linux filesystem'}
+
+
+ >
+ )}
- {/* Build Progress Logs */}
- {selectedWorkspace.status === 'building' && (buildDebug || buildLog) && (
-
-