mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-20 03:46:38 +00:00
✨ filter & paginate on machine clients table
This commit is contained in:
@@ -443,10 +443,6 @@ export default function UserDevicesTable({
|
||||
searchParams
|
||||
);
|
||||
|
||||
console.log({
|
||||
dataInOrder,
|
||||
searchParams: Object.fromEntries(searchParams.entries())
|
||||
});
|
||||
const Icon =
|
||||
dataInOrder === "asc"
|
||||
? ArrowDown01Icon
|
||||
@@ -520,6 +516,10 @@ export default function UserDevicesTable({
|
||||
value: "cli",
|
||||
label: "Pangolin CLI"
|
||||
},
|
||||
{
|
||||
value: "olm",
|
||||
label: "Olm CLI"
|
||||
},
|
||||
{
|
||||
value: "unknown",
|
||||
label: t("unknown")
|
||||
|
||||
Reference in New Issue
Block a user