feat: add inspect image action on stack container cards (#1780)

Open the existing image detail sheet from each container card, between View logs and Monitor, so operators can inspect a container's image without leaving stack details.
This commit is contained in:
Anso
2026-08-05 18:10:11 -04:00
committed by GitHub
parent 64e45260f1
commit 4e54a9272d
15 changed files with 324 additions and 19 deletions
@@ -61,6 +61,7 @@ export function MobileStackDetail(props: EditorViewProps) {
changeEnvFile,
openLogViewer,
openBashModal,
onInspectImage,
onOpenMonitor,
onOpenServiceMonitor,
serviceAction,
@@ -233,6 +234,7 @@ export function MobileStackDetail(props: EditorViewProps) {
activeNode={activeNode}
openLogViewer={openLogViewer}
openBashModal={openBashModal}
onInspectImage={onInspectImage}
onOpenServiceMonitor={onOpenServiceMonitor}
serviceAction={serviceAction}
effectiveServices={effectiveServices}