feat: remove skyll_enabled attribute and related functionality from gateways

This commit is contained in:
Abhimanyu Saharan
2026-02-07 00:30:53 +05:30
parent 4bab455912
commit 5f603b205a
12 changed files with 54 additions and 372 deletions

View File

@@ -166,15 +166,6 @@ export default function GatewaysPage() {
</span>
),
},
{
accessorKey: "skyll_enabled",
header: "Skyll",
cell: ({ row }) => (
<span className="text-sm text-slate-700">
{row.original.skyll_enabled ? "Enabled" : "Off"}
</span>
),
},
{
accessorKey: "updated_at",
header: "Updated",