mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#781)
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
@@ -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.
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user