mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 10:42:51 +00:00
Add custom action admonition (#867)
This commit is contained in:
parent
9e59f4588a
commit
a187998275
@ -85,7 +85,12 @@ Access these actions with the context menu in any of the following ways:
|
||||
| Clone | Make an exact copy of a Dataview that is editable. |
|
||||
| Move to Project | Move a Dataview to another project. |
|
||||
| Publish | Publish a Dataview to prevent changes to it. *Published* Dataviews are read-only.|
|
||||
| Custom action | When available, provides a mechanism to define your own custom action which will appear in the context menu. See [Custom UI Context Menu Actions](../../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions).|
|
||||
|
||||
:::note Enterprise Feature
|
||||
The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will
|
||||
appear in the context menu. Create a custom action by defining an HTTP request to issue when clicking on the context menu
|
||||
action. For more information see [Custom UI Context Menu Actions](../../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions).
|
||||
:::
|
||||
|
||||
Some of the actions mentioned in the chart above can be performed on multiple Dataviews at once.
|
||||
Select multiple Dataviews, then use either the context menu, or the batch action bar that appears at the bottom of the page, to perform
|
||||
|
@ -221,7 +221,12 @@ to open the context menu
|
||||
| Clone | Make an exact, editable copy of an experiment (for example, to reproduce an experiment, but keep the original). | *Draft* | Newly Cloned Experiment is *Draft* |
|
||||
| Move to Project | Move an experiment to another project. | Any state | None |
|
||||
| Compare | Compare selected experiments (see [Comparing Experiments](webapp_exp_comparing.md)) | Any state | None |
|
||||
| Custom action | The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will appear in the context menu. See [Custom UI Context Menu Actions](../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions). | Any State | None |
|
||||
|
||||
:::note Enterprise Feature
|
||||
The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will
|
||||
appear in the context menu. Create a custom action by defining an HTTP request to issue when clicking on the context menu
|
||||
action. For more information see [Custom UI Context Menu Actions](../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions).
|
||||
:::
|
||||
|
||||
Most of the actions mentioned in the chart above can be performed on multiple experiments at once.
|
||||
[Select multiple experiments](#selecting-multiple-experiments), then use either the context menu, or the batch action bar
|
||||
|
@ -96,7 +96,12 @@ open the context menu
|
||||
| Download | Download a model. The file format depends upon the framework. | *Published* |
|
||||
| Move to Project | Move a model to another project. | Any state |
|
||||
| Compare | Compare selected models (see [Comparing Models](webapp_model_comparing.md)). | Any state |
|
||||
| Custom action | The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will appear in the context menu. See [Custom UI Context Menu Actions](../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions). | Any state |
|
||||
|
||||
:::note Enterprise Feature
|
||||
The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will
|
||||
appear in the context menu. Create a custom action by defining an HTTP request to issue when clicking on the context menu
|
||||
action. For more information see [Custom UI Context Menu Actions](../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions).
|
||||
:::
|
||||
|
||||
Some actions mentioned in the chart above can be performed on multiple models at once.
|
||||
Select multiple models, then use either the context menu, or the bar that appears at the bottom of the page, to perform
|
||||
|
@ -53,6 +53,12 @@ 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.
|
||||
|
||||
:::note Enterprise Feature
|
||||
The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will
|
||||
appear in the context menu. Create a custom action by defining an HTTP request to issue when clicking on the context menu
|
||||
action. For more information see [Custom UI Context Menu Actions](../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions).
|
||||
:::
|
||||
|
||||
## Create Projects
|
||||
|
||||
To create a project, click the **+ NEW PROJECT** button in the top right of the page or in a project's context menu,
|
||||
|
@ -108,9 +108,13 @@ to access queue actions:
|
||||
* Delete - Delete the queue. Any pending tasks will be dequeued.
|
||||
* Rename - Change the queue's name
|
||||
* Clear - Remove all pending tasks from the queue
|
||||
* Custom action - The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will
|
||||
appear in the context menu. See [Custom UI Context Menu Actions](../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions)
|
||||
|
||||
|
||||
:::note Enterprise Feature
|
||||
The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will
|
||||
appear in the context menu. Create a custom action by defining an HTTP request to issue when clicking on the context menu
|
||||
action. For more information see [Custom UI Context Menu Actions](../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions).
|
||||
:::
|
||||
|
||||
Clicking on a queue will open the queue's details panel and replace the graphs with that queue's statistics.
|
||||
|
||||
The queue's details panel includes the following two tabs:
|
||||
|
Loading…
Reference in New Issue
Block a user