mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-13 12:17:34 +00:00
feat: surface stack Monitor from header and service cards (#1693)
Make Alerts and Auto-heal reachable from the stack More menu and container cards, with optional Compose service prefill in add forms.
This commit is contained in:
@@ -117,6 +117,7 @@ export function ShellOverlays({
|
||||
onOpenChange={(open) => { if (!open) closeStackMonitor(); }}
|
||||
stackName={stackMonitor?.stackName ?? ''}
|
||||
initialTab={stackMonitor?.tab ?? 'alerts'}
|
||||
initialService={stackMonitor?.serviceName}
|
||||
/>
|
||||
|
||||
{/* Pre-update readiness check */}
|
||||
|
||||
Reference in New Issue
Block a user