Skip to content

Commit

Permalink
swap columns
Browse files Browse the repository at this point in the history
  • Loading branch information
averche committed Nov 19, 2024
1 parent 78dd943 commit 4c7743e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/commands/vaultsecrets/gatewaypools/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ func readFields() []format.Field {
Name: "Gateway Pool Resource ID",
ValueFormat: "{{ .GatewayPool.ResourceID }}",
},
{
Name: "Description",
ValueFormat: "{{ .GatewayPool.Description }}",
},
{
Name: "Integrations",
ValueFormat: "{{ .Integrations }}",
},
{
Name: "Description",
ValueFormat: "{{ .GatewayPool.Description }}",
},
}
}

Expand Down

0 comments on commit 4c7743e

Please sign in to comment.