Skip to content

Commit

Permalink
Remove the SIZE column from snapshots list
Browse files Browse the repository at this point in the history
  • Loading branch information
torrefatto committed Nov 21, 2024
1 parent 9aca0a8 commit f84adc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/koyeb/snapshots_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (r *ListSnapshotsReply) MarshalBinary() ([]byte, error) {
}

func (r *ListSnapshotsReply) Headers() []string {
return []string{"id", "name", "region", "type", "status", "size", "created_at", "parent_volume"}
return []string{"id", "name", "region", "type", "status", "created_at", "parent_volume"}
}

func (r *ListSnapshotsReply) Fields() []map[string]string {
Expand Down

0 comments on commit f84adc7

Please sign in to comment.