From 82cd870812c469cc0354cd0483ab1fe5951bc3ba Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:52:44 +0200 Subject: [PATCH] Update billing and usage page (#1023) --- docs/webapp/settings/webapp_settings_overview.md | 2 +- docs/webapp/settings/webapp_settings_usage_billing.md | 6 +++--- docs/webapp/webapp_overview.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/webapp/settings/webapp_settings_overview.md b/docs/webapp/settings/webapp_settings_overview.md index d44fe05f..0f06fef6 100644 --- a/docs/webapp/settings/webapp_settings_overview.md +++ b/docs/webapp/settings/webapp_settings_overview.md @@ -24,6 +24,6 @@ The Settings page consists of the following sections: * [Identity Providers](webapp_settings_id_providers.md) (ClearML Enterprise Server) - Manage server identity providers * [Resource Configuration](webapp_settings_resource_configs.md) (ClearML Enterprise Server) - Define the available resources and the way in which they will be allocated to different workloads - * [Usage & Billing](webapp_settings_usage_billing.md) (ClearML Hosted Service) - View current usage information and billing details + * [Billing & Usage](webapp_settings_usage_billing.md) (ClearML Hosted Service) - View current billing details and usage information * [Storage Credentials](webapp_settings_storage_credentials.md) (ClearML Enterprise Server) - Configure storage provider access credentials to enable ClearML to delete artifacts stored in cloud storage when tasks and models are deleted \ No newline at end of file diff --git a/docs/webapp/settings/webapp_settings_usage_billing.md b/docs/webapp/settings/webapp_settings_usage_billing.md index 17d0549b..51ba9dcc 100644 --- a/docs/webapp/settings/webapp_settings_usage_billing.md +++ b/docs/webapp/settings/webapp_settings_usage_billing.md @@ -1,8 +1,8 @@ --- -title: Usage & Billing +title: Billing & Usage --- -The **USAGE & BILLING** section displays your ClearML workspace usage information including: +The **Billing & Usage** section displays your ClearML workspace usage information including: * Number of workspace users * Available storage * Number of monthly API calls @@ -17,7 +17,7 @@ To add users to your workspace, click **INVITE USERS** in the **USERS** section. If you use up your free resources, consider upgrading your account! See the [ClearML pricing page](https://clear.ml/pricing/) for additional plans information. -With the ClearML Pro plan, the **USAGE & BILLING** page additionally shows estimated charges for the current billing +With the ClearML Pro plan, the **Billing & Usage** page additionally shows estimated charges for the current billing period and provides access to billing information. ![Billing and Usage pro](../../img/settings_billing_usage.png) diff --git a/docs/webapp/webapp_overview.md b/docs/webapp/webapp_overview.md index 53da14dc..bd337985 100644 --- a/docs/webapp/webapp_overview.md +++ b/docs/webapp/webapp_overview.md @@ -45,7 +45,7 @@ in the top right corner of the web UI screen to access the following: * Manage [server identity providers](settings/webapp_settings_id_providers.md) (available in the ClearML Enterprise plan) * Define the [available resources](settings/webapp_settings_resource_configs.md) and the way in which they will be allocated to different workloads (available in the ClearML Enterprise plan) - * View [usage and billing](settings/webapp_settings_usage_billing.md) information + * View [billing and usage](settings/webapp_settings_usage_billing.md) information * **Invite a User** to your workspace (supported in hosted service). Click **Invite a User** > input user's email > click **ADD** > page redirects to the [Users & Groups](settings/webapp_settings_users.md#user-groups) section of the **Settings** page