Skip to content

Commit

Permalink
Don't display image info since long lines mess with output
Browse files Browse the repository at this point in the history
  • Loading branch information
afrase committed Jan 10, 2024
1 parent 5ba2214 commit 625bde7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/shell/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ var containerPromptTemplate = &promptui.SelectTemplates{
Inactive: " {{ .Name }}",
Selected: fmt.Sprintf(`{{ "%s" | green }} {{ .Name | faint }}`, promptui.IconGood),
Details: `{{ "Status:" | faint }} {{ .LastStatus }}
{{ "Health:" | faint }} {{ .Health }}
{{ "Image:" | faint }} {{ .Image }}
{{ "ImageDigest:" | faint }} {{ .ImageDigest }}`,
{{ "Health:" | faint }} {{ .Health }}`,
}

func NewCmdShell(f *factory.Factory) *cobra.Command {
Expand Down

0 comments on commit 625bde7

Please sign in to comment.