Skip to content

Commit

Permalink
update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
yottahmd committed Aug 11, 2023
1 parent 1b2fab1 commit 9739028
Show file tree
Hide file tree
Showing 21 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,22 +110,22 @@ Dagu is a powerful Cron alternative that comes with a Web UI. It allows you to d

You can switch to the vertical graph with the button on the top right corner.

![Details-TD](assets/images/ui-details2.png?raw=true)
![Details-TD](assets/images/ui-details2.webp?raw=true)

- **DAGs**: It shows all DAGs and the real-time status.

![DAGs](assets/images/ui-dags.png?raw=true)
![DAGs](assets/images/ui-dags.webp?raw=true)

- **Search DAGs**: It greps given text across all DAGs.
![History](assets/images/ui-search.png?raw=true)
![History](assets/images/ui-search.webp?raw=true)

- **Execution History**: It shows past execution results and logs.

![History](assets/images/ui-history.png?raw=true)
![History](assets/images/ui-history.webp?raw=true)

- **DAG Execution Log**: It shows the detail log and standard output of each execution and step.

![DAG Log](assets/images/ui-logoutput.png?raw=true)
![DAG Log](assets/images/ui-logoutput.webp?raw=true)

## **Installation**

Expand Down Expand Up @@ -230,7 +230,7 @@ You can execute the example by pressing the `Start` button. You can see "Hello D

This example workflow showcases a data pipeline typically implemented in DevOps and Data Engineering scenarios. It demonstrates an end-to-end data processing cycle starting from data acquisition and cleansing to transformation, loading, analysis, reporting, and ultimately, cleanup.

![Details-TD](assets/images/example.png?raw=true)
![Details-TD](assets/images/example.webp?raw=true)

The YAML code below represents this workflow:

Expand Down
Binary file modified assets/images/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/example.webp
Binary file not shown.
Binary file removed assets/images/ui-dags.png
Binary file not shown.
Binary file added assets/images/ui-dags.webp
Binary file not shown.
Binary file removed assets/images/ui-dashboard.png
Binary file not shown.
Binary file added assets/images/ui-dashboard.webp
Binary file not shown.
Binary file removed assets/images/ui-details.png
Binary file not shown.
Binary file added assets/images/ui-details.webp
Binary file not shown.
Binary file removed assets/images/ui-details2.png
Binary file not shown.
Binary file added assets/images/ui-details2.webp
Binary file not shown.
Binary file removed assets/images/ui-history.png
Binary file not shown.
Binary file added assets/images/ui-history.webp
Binary file not shown.
Binary file removed assets/images/ui-logoutput.png
Binary file not shown.
Binary file added assets/images/ui-logoutput.webp
Binary file not shown.
Binary file removed assets/images/ui-params.png
Binary file not shown.
Binary file added assets/images/ui-params.webp
Binary file not shown.
Binary file removed assets/images/ui-search.png
Binary file not shown.
Binary file added assets/images/ui-search.webp
Binary file not shown.
12 changes: 6 additions & 6 deletions docs/source/web_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ DAG List

It shows all DAGs and the real-time status.

.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-dags.png
.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-dags.webp
:alt: DAGs
:align: center

DAG Details
------------
It shows the real-time status, logs, and DAG configurations. You can edit DAG configurations on a browser.

.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-details.png
.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-details.webp
:alt: DAG Details
:align: center

You can switch to the vertical graph with the button on the top right corner.

.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-details2.png
.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-details2.webp
:alt: DAG Details (TD)
:align: center

Expand All @@ -32,7 +32,7 @@ DAG Search

It searches given text across all DAGs.

.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-search.png
.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-search.webp
:alt: Search DAGs
:align: center

Expand All @@ -41,7 +41,7 @@ Execution History

It shows past execution results and logs.

.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-history.png
.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-history.webp
:alt: Execution History
:align: center

Expand All @@ -50,6 +50,6 @@ DAG Execution Log

It shows the detail log and standard output of each execution and step.

.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-logoutput.png
.. image:: https://raw.githubusercontent.com/yohamta/dagu/main/assets/images/ui-logoutput.webp
:alt: DAG Execution Log
:align: center

0 comments on commit 9739028

Please sign in to comment.