feat: add share page settings dialog + add org id to deployment as well

This commit is contained in:
BennyKok
2024-01-20 12:06:26 +08:00
parent a2d0e93172
commit 163e6f0426
32 changed files with 2396 additions and 253 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ export async function RunDisplay({
</TableCell>
<TableCell>{run.version?.version}</TableCell>
<TableCell>
<Badge variant="outline">{run.origin}</Badge>
<Badge variant="outline" className="truncate">
{run.origin}
</Badge>
</TableCell>
<LiveStatus run={run} />
</TableRow>