Add dataset version details panel images (#281)

This commit is contained in:
pollfly 2022-07-03 10:41:30 +03:00 committed by GitHub
parent 2e02bf66b8
commit 654238eff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,10 +59,43 @@ that version's details.
Click on **DETAILS** on the top left of the info panel or hover over a version node and click <img src="/docs/latest/icons/ico-console.svg" alt="details" className="icon size-md space-sm" />
to view:
* **CONTENT** - Table summarizing version contents, including file names, file sizes, and hashes
<details className="cml-expansion-panel screenshot">
<summary className="cml-expansion-panel-summary">Version Content</summary>
<div className="cml-expansion-panel-content">
![content](../../img/webapp_dataset_content.png)
</div>
</details>
<br/>
* **PREVIEW** - A preview of the dataset version's contents
access [plot tools](../webapp_exp_track_visual.md#scalar-plot-tools). Click on a debug sample to expand it.
<details className="cml-expansion-panel screenshot">
<summary className="cml-expansion-panel-summary">Version Preview</summary>
<div className="cml-expansion-panel-content">
![preview](../../img/webapp_dataset_preview.png)
</div>
</details>
<br/>
* **CONSOLE** - The dataset versions console output
<details className="cml-expansion-panel screenshot">
<summary className="cml-expansion-panel-summary">Version Console</summary>
<div className="cml-expansion-panel-content">
![console](../../img/webapp_dataset_console.png)
</div>
</details>
<br/>
Click <img src="/docs/latest/icons/ico-max-panel.svg" alt="Expand" className="icon size-md space-sm" /> to on the content panel header to view the panel in full screen.
## Dataset Actions