fix headers getting cleared on resource save and hide domain type without pangolin dns

This commit is contained in:
miloschwartz
2025-12-03 16:04:44 -05:00
parent 4ab4029625
commit e49d796b06
3 changed files with 30 additions and 50 deletions

View File

@@ -316,24 +316,6 @@ export default function ProxyResourcesTable({
);
}
},
{
accessorKey: "nice",
friendlyName: t("resource"),
enableHiding: true,
header: ({ column }) => {
return (
<Button
variant="ghost"
onClick={() =>
column.toggleSorting(column.getIsSorted() === "asc")
}
>
{t("resource")}
<ArrowUpDown className="ml-2 h-4 w-4" />
</Button>
);
}
},
{
id: "niceId",
accessorKey: "nice",