Skip to content

Commit

Permalink
Remove more headers
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Sep 11, 2024
1 parent 146e556 commit 9fd91f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/output/shootprinter.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (s ShootLastOperationTablePrinter) Print(data *models.V1beta1LastOperation)

// Print a Shoot as table
func (s ShootTablePrinter) Print(data []*models.V1ClusterResponse) {
s.wideHeader = []string{"UID", "Name", "Version", "Partition", "Seed", "Domain", "Operation", "Progress", "Api", "Control", "Nodes", "System", "Size", "Age", "LastUpdate", "Purpose", "Privileged", "Audit", "Runtime", "Firewall", "Firewall Controller", "Log accepted conns", "Egress IPs", "Gardener"}
s.wideHeader = []string{"UID", "Name", "Version", "Partition", "Seed", "Domain", "Operation", "Progress", "Api", "Control", "Nodes", "System", "Size", "Age", "LastUpdate", "Purpose", "Audit", "Firewall", "Firewall Controller", "Log accepted conns", "Egress IPs", "Gardener"}
s.shortHeader = []string{"UID", "Tenant", "Project", "Name", "Version", "Partition", "Operation", "Progress", "Api", "Control", "Nodes", "System", "Size", "Age", "Purpose"}

if s.order == "" {
Expand Down

0 comments on commit 9fd91f6

Please sign in to comment.