Small edits (#526)

This commit is contained in:
pollfly
2023-04-04 16:16:54 +03:00
committed by GitHub
parent 4700306b9d
commit 3b71c66636
21 changed files with 41 additions and 255 deletions

View File

@@ -39,11 +39,11 @@ 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.
* Filter by user and / or status - When a filter is applied to a column, its filter icon will appear with a highlighted
* 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" />
in the top right corner of the table.
* Sort columns - By experiment name and / or elapsed time since creation.
* Sort columns - By experiment name and/or elapsed time since creation.
:::note
The following Dataviews-table customizations are saved on a **per-project** basis:

View File

@@ -34,7 +34,7 @@ enables modifying [Dataviews](webapp_dataviews.md), including:
select **Import to current dataview** or **Import as aux dataview**.
:::note
After importing a Dataview, it can be renamed and / or removed.
After importing a Dataview, it can be renamed and/or removed.
:::
### Selecting Dataset Versions

View File

@@ -31,7 +31,7 @@ The **FILTERING** section lists the SingleFrame filters iterated by a Dataview,
Each frame filter is composed of:
* A Dataset version to input from
* ROI Rules for SingleFrames to include and / or exclude certain criteria.
* ROI Rules for SingleFrames to include and/or exclude certain criteria.
* Weights for debiasing input data.
Combinations of frame filters can implement complex querying.