diff --git a/docs/hyperdatasets/webapp/webapp_dataviews.md b/docs/hyperdatasets/webapp/webapp_dataviews.md index 5d819b34..d39c5445 100644 --- a/docs/hyperdatasets/webapp/webapp_dataviews.md +++ b/docs/hyperdatasets/webapp/webapp_dataviews.md @@ -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 diff --git a/docs/webapp/webapp_exp_table.md b/docs/webapp/webapp_exp_table.md index 60ea375b..64d7fd7f 100644 --- a/docs/webapp/webapp_exp_table.md +++ b/docs/webapp/webapp_exp_table.md @@ -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 diff --git a/docs/webapp/webapp_model_table.md b/docs/webapp/webapp_model_table.md index bde76a70..0111f0f1 100644 --- a/docs/webapp/webapp_model_table.md +++ b/docs/webapp/webapp_model_table.md @@ -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 diff --git a/docs/webapp/webapp_projects_page.md b/docs/webapp/webapp_projects_page.md index 169b5a81..7dbb1085 100644 --- a/docs/webapp/webapp_projects_page.md +++ b/docs/webapp/webapp_projects_page.md @@ -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, diff --git a/docs/webapp/webapp_workers_queues.md b/docs/webapp/webapp_workers_queues.md index d2b5a906..7329d524 100644 --- a/docs/webapp/webapp_workers_queues.md +++ b/docs/webapp/webapp_workers_queues.md @@ -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: