Skip to content

Commit

Permalink
fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 3, 2024
1 parent f3c8208 commit cb51365
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,40 +24,40 @@ WorkGraph table
---------------
The table shows all the workgraphs in the history. You can view the details of a workgraph by clicking it. You can also delete a workgraph by clicking the delete button.

.. image:: ../_static/images/web-job-management.png
.. image:: _static/images/web-job-management.png


WorkGraph detail
----------------
The detail page shows the details of a workgraph. You can view the details of each job in the workgraph. You can also view the logs of each job by clicking the log button.

.. image:: ../_static/images/web-detail.png
.. image:: _static/images/web-detail.png


WorkGraph logs
--------------
The logs page shows the logs of a job. You can view the logs of a job here.

.. image:: ../_static/images/web-logs.png
.. image:: _static/images/web-logs.png

Timeline
--------

The timeline page shows the timeline of the execution of the workgraph. You can view the timeline of the workgraph here.


.. image:: ../_static/images/web-timeline.png
.. image:: _static/images/web-timeline.png

Text Summary
------------
The text summary page shows the text summary of the workgraph. You can view the text summary of the workgraph here.

.. image:: ../_static/images/web-summary.png
.. image:: _static/images/web-summary.png


DataNode detail
----------------

The DataNode detail page shows the details of a DataNode. For a structure, it will show the 3D structure.

.. image:: ../_static/images/web-atoms-viewer.png
.. image:: _static/images/web-atoms-viewer.png

0 comments on commit cb51365

Please sign in to comment.