feat: machines logs viewer

This commit is contained in:
BennyKok
2023-12-22 00:24:12 +08:00
parent 9cc3c6ffe3
commit 2690db12b5
5 changed files with 181 additions and 15 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export async function RunsTable(props: { workflow_id: string }) {
export async function DeploymentsTable(props: { workflow_id: string }) {
const allRuns = await findAllDeployments(props.workflow_id);
return (
<div className="overflow-auto h-fit lg:h-[400px] w-full">
<div className="overflow-auto h-fit w-full">
<Table className="">
<TableCaption>A list of your deployments</TableCaption>
<TableHeader className="bg-background top-0 sticky">