From 9e0046d0d9e6f4120debd972f45e1f58c2c6cab2 Mon Sep 17 00:00:00 2001 From: Leonardo Barcaroli Date: Thu, 21 Nov 2024 16:39:17 +0100 Subject: [PATCH] Remove the SIZE column from snapshots list --- pkg/koyeb/snapshots_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/koyeb/snapshots_list.go b/pkg/koyeb/snapshots_list.go index d7483c2d..10023ce5 100644 --- a/pkg/koyeb/snapshots_list.go +++ b/pkg/koyeb/snapshots_list.go @@ -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 {