Small edits (#418)

This commit is contained in:
pollfly
2022-12-26 11:08:10 +02:00
committed by GitHub
parent 9e3917bde8
commit 0addbc3549
37 changed files with 70 additions and 68 deletions

View File

@@ -28,7 +28,7 @@ In tree view, parent versions that do not match the query where a child version
### Version Actions
Access dataset version actions, by right clicking a version, or through the menu button <img src="/docs/latest/icons/ico-dots-v-menu.svg" alt="Dot menu" className="icon size-md space-sm" /> (available on hover).
Access dataset version actions, by right-clicking a version, or through the menu button <img src="/docs/latest/icons/ico-dots-v-menu.svg" alt="Dot menu" className="icon size-md space-sm" /> (available on hover).
* **Rename** - Change the versions name
* **Create New Version** - Creates a child version of a *Published* dataset version. The new version is created in a *draft*

View File

@@ -12,7 +12,7 @@ View the Dataviews table in table view <img src="/docs/latest/icons/ico-table-vi
or in details view <img src="/docs/latest/icons/ico-split-view.svg" alt="Details view" className="icon size-md space-sm" />,
using the buttons on the top left of the page. Use the table view for a comparative view of your Dataviews according to
columns of interest. Use the details view to access a selected Dataviews details, while keeping the Dataview list in view.
Details view can also be accessed by double clicking a specific Dataview in the table view to open its details view.
Details view can also be accessed by double-clicking a specific Dataview in the table view to open its details view.
![Dataviews table](../../img/hyperdatasets/webapp_dataviews_table.png)
@@ -38,7 +38,7 @@ Save customized settings in a browser bookmark, and share the URL with teammates
Customize the table using any of the following:
* Dynamic column order - Drag a column title to a different position.
* Resize columns - Drag the column separator to change the width of that column. Double click the column separator for automatic fit.
* Resize columns - Drag the column separator to change the width of that column. Double-click the column separator for automatic fit.
* Filter by user and / or status - When a filter is applied to a column, its filter icon will appear with a highlighted
dot on its top right (<img src="/docs/latest/icons/ico-filter-on.svg" alt="Filter on" className="icon size-md" /> ). To
clear all active filters, click <img src="/docs/latest/icons/ico-filter-reset.svg" alt="Clear filters" className="icon size-md" />
@@ -46,7 +46,7 @@ Customize the table using any of the following:
* Sort columns - By experiment name and / or elapsed time since creation.
:::note
The following Dataviews-table customizations are saved on a **per project** basis:
The following Dataviews-table customizations are saved on a **per-project** basis:
* Column order
* Column width
* Active sort order
@@ -62,7 +62,7 @@ all the Dataviews in the project. The customizations of these two views are save
The following table describes the actions that can be performed from the Dataviews table.
Access these actions with the context menu in any of the following ways:
* In the Dataviews table, right click a Dataview, or hover over a Dataview and click <img src="/docs/latest/icons/ico-dots-v-menu.svg" alt="Dot menu" className="icon size-md space-sm" />
* In the Dataviews table, right-click a Dataview, or hover over a Dataview and click <img src="/docs/latest/icons/ico-dots-v-menu.svg" alt="Dot menu" className="icon size-md space-sm" />
* In a Dataview info panel, click the menu button <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Bar menu" className="icon size-md space-sm" />
| ClearML Action | Description |