Skip to content

Commit

Permalink
remove hostname column from instances table
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Aug 19, 2024
1 parent 2f83a1f commit 6d08e4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/pages/project/instances/InstancesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export function InstancesPage() {
cell: (info) => <InstanceStatusCell value={info.getValue()} />,
}
),
colHelper.accessor('hostname', {}),
colHelper.accessor('timeCreated', Columns.timeCreated),
getActionsCol(makeActions),
],
Expand Down

0 comments on commit 6d08e4c

Please sign in to comment.