Small edits (#455)

This commit is contained in:
pollfly
2023-01-25 13:25:29 +02:00
committed by GitHub
parent 18e3e7abe2
commit 61f822e613
31 changed files with 51 additions and 51 deletions

View File

@@ -47,7 +47,7 @@ The version information is presented in the following tabs:
* [Info](#info)
## Frames
The **Frames** tab displays the contents of the selected dataset version.
The **Frames** tab displays the contents of the selected dataset version.
View the version's frames as thumbnail previews or in a table. Use the view toggle to switch between thumbnail
view <img src="/docs/latest/icons/ico-grid-view.svg" alt="thumbnail view" className="icon size-md space-sm" /> and
@@ -71,7 +71,7 @@ To view the details of a specific frame, click on its preview, which will open t
### Simple Frame Filtering
Simple frame filtering returns frames containing at least one annotation with a specified label.
**To apply a simple frame filter,** select a label from the **LABEL FILTER** list.
**To apply a simple frame filter,** select a label from the **LABEL FILTER** list.
<details className="cml-expansion-panel screenshot">
<summary className="cml-expansion-panel-summary">Simple filter example</summary>

View File

@@ -2,11 +2,11 @@
title: The Dataviews Table
---
[Dataviews](../dataviews.md) appear in the same Project as the experiment that stored the Dataview in the ClearML Enterprise platform,
as well as the **DATAVIEWS** tab in the **All Projects** page.
The **Dataviews table** is a [customizable](#customizing-the-dataviews-table) list of Dataviews associated with a project.
Use it to view, create, and edit Dataviews in the info panel.
Use it to view and create Dataviews, and access their info panels.
The table lists independent Dataview objects. To see Dataviews logged by a task, go
to the specific task's **DATAVIEWS** tab (see [Experiment Dataviews](webapp_exp_track_visual.md)).
View the Dataviews table in table view <img src="/docs/latest/icons/ico-table-view.svg" alt="Table view" className="icon size-md space-sm" />
or in details view <img src="/docs/latest/icons/ico-split-view.svg" alt="Details view" className="icon size-md space-sm" />,
@@ -84,7 +84,7 @@ The same information can be found in the bottom menu, in a tooltip that appears
## Creating a Dataview
Create a new Dataview by clicking the **+ NEW DATAVIEW** button at the top right of the table, which open a
Create a new Dataview by clicking the **+ NEW DATAVIEW** button at the top right of the table, which opens a
**NEW DATAVIEW** window.
![New Dataview window](../../img/webapp_dataview_new.png)