feat(gateways): Introduce gateway model and update agent provisioning templates
This commit is contained in:
@@ -108,7 +108,6 @@ export default function BoardsPage() {
|
||||
cell: ({ row }) => (
|
||||
<div>
|
||||
<p className="font-medium text-strong">{row.original.name}</p>
|
||||
<p className="text-xs text-quiet">{row.original.slug}</p>
|
||||
</div>
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user