feat(web): workflow details page, showing custom node dependencies

This commit is contained in:
BennyKok
2023-12-25 20:36:44 +08:00
parent 536fdecb67
commit afc67bc0b9
5 changed files with 175 additions and 7 deletions
@@ -8,6 +8,7 @@ import {
MachineSelect,
RunWorkflowButton,
VersionSelect,
ViewWorkflowDetailsButton,
} from "@/components/VersionSelect";
import {
Card,
@@ -47,6 +48,7 @@ export default async function Page({
<RunWorkflowButton workflow={workflow} machines={machines} />
<CreateDeploymentButton workflow={workflow} machines={machines} />
<CopyWorkflowVersion workflow={workflow} />
<ViewWorkflowDetailsButton workflow={workflow} />
</div>
<VersionDetails workflow={workflow} />