mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-16 13:38:33 +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:
@@ -61,6 +61,8 @@ export function MobileStackDetail(props: EditorViewProps) {
|
||||
changeEnvFile,
|
||||
openLogViewer,
|
||||
openBashModal,
|
||||
onOpenMonitor,
|
||||
onOpenServiceMonitor,
|
||||
serviceAction,
|
||||
effectiveServices = [],
|
||||
serviceUpdateStatuses,
|
||||
@@ -159,6 +161,7 @@ export function MobileStackDetail(props: EditorViewProps) {
|
||||
showTakeDown={showTakeDown}
|
||||
isSelfStack={isSelfStack}
|
||||
stackMuteActions={stackMuteActions}
|
||||
onOpenMonitor={onOpenMonitor}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -229,6 +232,7 @@ export function MobileStackDetail(props: EditorViewProps) {
|
||||
activeNode={activeNode}
|
||||
openLogViewer={openLogViewer}
|
||||
openBashModal={openBashModal}
|
||||
onOpenServiceMonitor={onOpenServiceMonitor}
|
||||
serviceAction={serviceAction}
|
||||
effectiveServices={effectiveServices}
|
||||
serviceUpdateStatuses={serviceUpdateStatuses}
|
||||
|
||||
Reference in New Issue
Block a user