move billing and and licenses up in sidebar

This commit is contained in:
miloschwartz
2025-10-13 18:07:00 -07:00
parent 881eac4722
commit 276d1361ac
4 changed files with 25 additions and 61 deletions

View File

@@ -105,6 +105,9 @@ export default function GenerateLicenseKeysTable({
<ArrowUpDown className="ml-2 h-4 w-4" />
</Button>
);
},
cell: ({ row }) => {
return row.original.instanceName || "-";
}
},
{