Skip to content

Commit

Permalink
render flow state
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Jun 22, 2024
1 parent 2cc6aba commit 49efb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/mirrors/[mirrorId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export default async function ViewMirror({
onClick={() => setFlowState(mirrorId, FlowStatus.STATUS_RUNNING)}
/>
</div>
<div>Status: {mirrorStatus.currentFlowState}</div>
<QrepGraph
syncs={partitions.map((partition) => ({
partitionID: partition.partitionId,
Expand Down

0 comments on commit 49efb11

Please sign in to comment.