Refactor: extract shared Dashboard StacksTable component (0.21.3)

The Dashboard's stacks-usage table (CPU/mem meters + inline
start/stop/restart) is now a reusable components/stacks/StacksTable.tsx
used by both the local and per-agent host sections. Removes the
duplicate inline definition that was left behind by the half-finished
extraction (which broke the build: redeclared StacksTable + dangling
imports). No behaviour change.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
menzelj
2026-06-08 16:42:19 +00:00
co-authored by Claude Opus 4.8
parent f65ec5f268
commit ffb4ee39a0
5 changed files with 237 additions and 232 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ async def lifespan(app: FastAPI):
schedule_task.cancel()
app = FastAPI(title="StackPilot", version="0.21.2", lifespan=lifespan)
app = FastAPI(title="StackPilot", version="0.21.3", lifespan=lifespan)
app.add_middleware(
CORSMiddleware,