|
|
@ -194,7 +194,7 @@ func (l *listCmd) statusCodes() []release.Status_Code {
|
|
|
|
|
|
|
|
|
|
|
|
func formatList(rels []*release.Release) string {
|
|
|
|
func formatList(rels []*release.Release) string {
|
|
|
|
table := uitable.New()
|
|
|
|
table := uitable.New()
|
|
|
|
table.MaxColWidth = 30
|
|
|
|
table.MaxColWidth = 60
|
|
|
|
table.AddRow("NAME", "REVISION", "UPDATED", "STATUS", "CHART")
|
|
|
|
table.AddRow("NAME", "REVISION", "UPDATED", "STATUS", "CHART")
|
|
|
|
for _, r := range rels {
|
|
|
|
for _, r := range rels {
|
|
|
|
c := fmt.Sprintf("%s-%s", r.Chart.Metadata.Name, r.Chart.Metadata.Version)
|
|
|
|
c := fmt.Sprintf("%s-%s", r.Chart.Metadata.Name, r.Chart.Metadata.Version)
|
|
|
|