From 6d08e4c924da0ed52f14b87bb8bb79e5bf4fab65 Mon Sep 17 00:00:00 2001 From: David Crespo Date: Mon, 19 Aug 2024 16:51:52 -0500 Subject: [PATCH] remove hostname column from instances table --- app/pages/project/instances/InstancesPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/pages/project/instances/InstancesPage.tsx b/app/pages/project/instances/InstancesPage.tsx index a00ae3eb3..9b8ed0f0b 100644 --- a/app/pages/project/instances/InstancesPage.tsx +++ b/app/pages/project/instances/InstancesPage.tsx @@ -113,7 +113,6 @@ export function InstancesPage() { cell: (info) => , } ), - colHelper.accessor('hostname', {}), colHelper.accessor('timeCreated', Columns.timeCreated), getActionsCol(makeActions), ],