We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad0a2b commit 6f626c3Copy full SHA for 6f626c3
internal/cli/opsmanager/maintenance/list.go
@@ -34,7 +34,7 @@ func (opts *ListOpts) initStore() error {
34
return err
35
}
36
37
-var listTemplate = `ID GROUP ID START DATE END DATE{{range .Results}}
+var listTemplate = `ID PROJECT ID START DATE END DATE{{range .Results}}
38
{{.ID}} {{.GroupID}} {{.StartDate}} {{.EndDate}}{{end}}
39
`
40
0 commit comments