Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/docs/pages/reference/cli/tui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hatchet tui
The Runs view provides a similar experience to the Runs page in the Hatchet dashboard. You can filter and list runs based on filters.

<video controls preload="auto">
<source src="../../../public/cli/runs_view.mp4" type="video/mp4" />
<source src="/reference/cli/runs_view.mp4" type="video/mp4" />
Your browser does not support the video tag
</video>

Expand All @@ -29,7 +29,7 @@ The Runs view provides a similar experience to the Runs page in the Hatchet dash
The Workflows view allows you to see the list of workflows defined in your Hatchet deployment. You can view some details about each workflow, along with recent runs:

<video controls preload="auto">
<source src="../../../public/cli/workflows_view.mp4" type="video/mp4" />
<source src="/reference/cli/workflows_view.mp4" type="video/mp4" />
Your browser does not support the video tag
</video>

Expand All @@ -38,6 +38,6 @@ The Workflows view allows you to see the list of workflows defined in your Hatch
The Workers view shows the status of workers connected to your Hatchet deployment. You can see which workers are online, their registered workflows, and some other information.

<video controls preload="auto">
<source src="../../../public/cli/workers_view.mp4" type="video/mp4" />
<source src="/reference/cli/workers_view.mp4" type="video/mp4" />
Your browser does not support the video tag
</video>
Loading