Small edits (#781)

This commit is contained in:
pollfly
2024-02-20 11:51:54 +02:00
committed by GitHub
parent a9011361bc
commit 2a611f130b
15 changed files with 18 additions and 18 deletions

View File

@@ -112,7 +112,7 @@ Access these actions with the context menu in any of the following ways:
| Action | Description | States Valid for the Action | State Transition |
|---|---|---|---|
| Details | View pipeline details. Can also be accessed by double-clicking a run in the pipeline runs table. | Any state | None |
| Run | Create a new pipeline run. Configure and enqueue it for execution. See [Create Run](#create-run). | Any State | *Pending* |
| Run | Create a pipeline run. Configure and enqueue it for execution. See [Create Run](#create-run). | Any State | *Pending* |
| Abort | Manually stop / cancel a run. | *Running* / *Pending* | *Aborted* |
| Continue | Rerun with the same parameters. | *Aborted* | *Pending* |
| Add Tag | User-defined labels added to runs for grouping and organization. | Any state | None |

View File

@@ -53,9 +53,9 @@ of a project folder to open its context menu and access the following project ac
* **Delete** - Delete the project. To delete a project, all of its contents (i.e. any pipelines/reports/datasets) must
first be archived or removed.
## Create New Projects
## Create Projects
To create a new project, click the **+ NEW PROJECT** button in the top right of the page or in a project's context menu,
To create a project, click the **+ NEW PROJECT** button in the top right of the page or in a project's context menu,
which will open a **New Project** modal.
![New project modal](../img/webapp_projects_new_project.png)

View File

@@ -220,9 +220,9 @@ of a report card to open its context menu and access report actions:
* **Archive** - Move report from active reports page to archive
* **Delete** - Delete the report. To delete a report, it must first be archived.
### Create New Reports
### Create Reports
To create a new project, click the **+ NEW REPORT** button in the top right of the page,
To create a report, click the **+ NEW REPORT** button in the top right of the page,
which will open a **New Report** modal.
![New project modal](../img/webapp_report_new_report.png)