mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-17 14:34:42 +00:00
Hide protocol by default
This commit is contained in:
@@ -378,6 +378,7 @@ export default function ProxyResourcesTable({
|
|||||||
{
|
{
|
||||||
accessorKey: "protocol",
|
accessorKey: "protocol",
|
||||||
friendlyName: t("protocol"),
|
friendlyName: t("protocol"),
|
||||||
|
enableHiding: true,
|
||||||
header: () => <span className="p-3">{t("protocol")}</span>,
|
header: () => <span className="p-3">{t("protocol")}</span>,
|
||||||
cell: ({ row }) => {
|
cell: ({ row }) => {
|
||||||
const resourceRow = row.original;
|
const resourceRow = row.original;
|
||||||
@@ -684,7 +685,7 @@ export default function ProxyResourcesTable({
|
|||||||
isRefreshing={isRefreshing || isFiltering}
|
isRefreshing={isRefreshing || isFiltering}
|
||||||
isNavigatingToAddPage={isNavigatingToAddPage}
|
isNavigatingToAddPage={isNavigatingToAddPage}
|
||||||
enableColumnVisibility
|
enableColumnVisibility
|
||||||
columnVisibility={{ niceId: false }}
|
columnVisibility={{ niceId: false, protocol: false }}
|
||||||
stickyLeftColumn="name"
|
stickyLeftColumn="name"
|
||||||
stickyRightColumn="actions"
|
stickyRightColumn="actions"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user