Skip to content

Commit

Permalink
feat: Fixes #8646 visualize wf before submitting (#14034)
Browse files Browse the repository at this point in the history
Signed-off-by: Unperceivable <[email protected]>
  • Loading branch information
Unperceivable authored Jan 8, 2025
1 parent 2ece85c commit e088cfc
Show file tree
Hide file tree
Showing 5 changed files with 412 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ui/src/cron-workflows/cron-workflow-editor.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {Tabs} from 'argo-ui/src/components/tabs/tabs';
import * as React from 'react';

import {GraphViewer} from '../shared/components/editors/graph-viewer';
import {LabelsAndAnnotationsEditor} from '../shared/components/editors/labels-and-annotations-editor';
import {MetadataEditor} from '../shared/components/editors/metadata-editor';
import {WorkflowParametersEditor} from '../shared/components/editors/workflow-parameters-editor';
Expand Down Expand Up @@ -94,6 +95,11 @@ export function CronWorkflowEditor({
}
/>
)
},
{
key: 'graph',
title: 'Graph',
content: <GraphViewer workflowDefinition={cronWorkflow} />
}
]}
/>
Expand Down
Loading

0 comments on commit e088cfc

Please sign in to comment.