mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-19 14:56:27 +00:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user