- Gateway status -
-- {gatewayStatus?.gateway_url ?? "Gateway URL not set"} +
+ Agents +
++ {agents.length} agent{agents.length === 1 ? "" : "s"} total.
- {gatewayStatus.error} -
- ) : null} - {gatewayError ? ( -- {gatewayError} -
- ) : null}| + {header.isPlaceholder + ? null + : flexRender( + header.column.columnDef.header, + header.getContext() + )} + | + ))} +
|---|
| + {flexRender( + cell.column.columnDef.cell, + cell.getContext() + )} + | + ))} +
+ Gateway status +
++ {gatewayStatus?.gateway_url ?? "Gateway URL not set"} +
+{gatewayStatus.error}
+ ) : null} + {gatewayError ? ( +{gatewayError}
+ ) : null} +