diff --git a/src/components/ClientResourcesTable.tsx b/src/components/ClientResourcesTable.tsx index 5a7f031d..4cd02743 100644 --- a/src/components/ClientResourcesTable.tsx +++ b/src/components/ClientResourcesTable.tsx @@ -317,6 +317,9 @@ export default function ClientResourcesTable({ defaultSort={defaultSort} enableColumnVisibility={true} persistColumnVisibility="internal-resources" + columnVisibility={{ + niceId: false + }} stickyLeftColumn="name" stickyRightColumn="actions" /> diff --git a/src/components/SidebarNav.tsx b/src/components/SidebarNav.tsx index 84ce34eb..34099558 100644 --- a/src/components/SidebarNav.tsx +++ b/src/components/SidebarNav.tsx @@ -346,7 +346,7 @@ export function SidebarNav({