Skip to content

Commit a4baf28

Browse files
committed
reorder columns in initialActiveTableColumns for consistency
1 parent 0836bf2 commit a4baf28

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

internal/ui/snapshot_browser/snapshot_browser.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ var (
7979
}
8080

8181
initialActiveTableColumns = []*table.Column{
82-
columnName, columnDate, columnDiff, columnUsed,
82+
columnName,
83+
columnDiff,
84+
columnDate,
85+
columnUsed,
8386
}
8487
)
8588

0 commit comments

Comments
 (0)