mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-19 06:46:23 +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:
@@ -660,6 +660,10 @@ export default function EditorLayout() {
|
||||
changeEnvFile={stackActions.changeEnvFile}
|
||||
openLogViewer={stackActions.openLogViewer}
|
||||
openBashModal={stackActions.openBashModal}
|
||||
onOpenMonitor={stackName ? () => overlayState.openAlertSheet(stackName) : undefined}
|
||||
onOpenServiceMonitor={stackName
|
||||
? (serviceName) => overlayState.openAlertSheet(stackName, { serviceName })
|
||||
: undefined}
|
||||
serviceAction={stackActions.serviceAction}
|
||||
effectiveServices={effectiveServices}
|
||||
serviceUpdateStatuses={serviceUpdateStatuses}
|
||||
|
||||
Reference in New Issue
Block a user