feat: remove skyll_enabled attribute and related functionality from gateways
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user