mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 01:36:39 +00:00
♻️ agent
This commit is contained in:
@@ -336,21 +336,7 @@ export default function MachineClientsTable({
|
|||||||
{
|
{
|
||||||
accessorKey: "client",
|
accessorKey: "client",
|
||||||
friendlyName: t("agent"),
|
friendlyName: t("agent"),
|
||||||
header: ({ column }) => {
|
header: () => <span className="px-3">{t("agent")}</span>,
|
||||||
return (
|
|
||||||
<Button
|
|
||||||
variant="ghost"
|
|
||||||
onClick={() =>
|
|
||||||
column.toggleSorting(
|
|
||||||
column.getIsSorted() === "asc"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
>
|
|
||||||
{t("agent")}
|
|
||||||
<ArrowUpDown className="ml-2 h-4 w-4" />
|
|
||||||
</Button>
|
|
||||||
);
|
|
||||||
},
|
|
||||||
cell: ({ row }) => {
|
cell: ({ row }) => {
|
||||||
const originalRow = row.original;
|
const originalRow = row.original;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user