feat(web): MS23-P2-004 panel operator controls
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
2026-03-07 14:34:31 -06:00
parent 2c36569f85
commit adef5bdbb2
3 changed files with 287 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ interface ProviderSessionGroup {
export interface GlobalAgentRosterProps {
onSelectSession?: (sessionId: string) => void;
selectedSessionId?: string;
selectedSessionId?: string | undefined;
}
function getStatusVariant(status: MissionControlSessionStatus): BadgeVariant {