feat: add share page settings dialog + add org id to deployment as well
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user