refactor: remove main session key references and enhance agent-gateway associations
This commit is contained in:
@@ -134,15 +134,6 @@ export default function GatewaysPage() {
|
||||
</Link>
|
||||
),
|
||||
},
|
||||
{
|
||||
accessorKey: "main_session_key",
|
||||
header: "Main session",
|
||||
cell: ({ row }) => (
|
||||
<span className="text-sm text-slate-700">
|
||||
{truncate(row.original.main_session_key, 24)}
|
||||
</span>
|
||||
),
|
||||
},
|
||||
{
|
||||
accessorKey: "workspace_root",
|
||||
header: "Workspace root",
|
||||
|
||||
Reference in New Issue
Block a user