list/tree: Capitalize column headers

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
(cherry picked from commit 0242a1e3c6)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2024-08-16 19:40:33 +02:00
parent ab55d75cf5
commit b719b10257
+1 -1
View File
@@ -207,7 +207,7 @@ func printImageTree(dockerCLI command.Cli, images []topImage) error {
_, _ = fmt.Fprint(out, strings.Repeat(" ", columnSpacing))
}
_, _ = fmt.Fprint(out, h.Print(headerColor, h.Title))
_, _ = fmt.Fprint(out, h.Print(headerColor, strings.ToUpper(h.Title)))
}
_, _ = fmt.Fprintln(out)