diff --git a/frontend/src/lib/components/settings/PremiumInfo.svelte b/frontend/src/lib/components/settings/PremiumInfo.svelte index 315ae810ec..aee465e5b5 100644 --- a/frontend/src/lib/components/settings/PremiumInfo.svelte +++ b/frontend/src/lib/components/settings/PremiumInfo.svelte @@ -99,18 +99,20 @@ } -
-
-
Plans
+
+
+
Plans
+
{#if customer_id}

- See invoices, change billing information or subscription details + See invoices, change billing information or subscription details.

{/if} diff --git a/frontend/src/lib/components/settings/WorkspaceUserSettings.svelte b/frontend/src/lib/components/settings/WorkspaceUserSettings.svelte index feb5f1ff45..09edb8a087 100644 --- a/frontend/src/lib/components/settings/WorkspaceUserSettings.svelte +++ b/frontend/src/lib/components/settings/WorkspaceUserSettings.svelte @@ -91,7 +91,15 @@ bind:filteredItems={filteredUsers} f={(x) => x.email + ' ' + x.name + ' ' + x.company} /> - +
+
+
Members & Invites
+
+ Add members to your workspace and manage their roles. You can also invite or auto-invites users to join your workspace. + Learn more. +
+
+
{:else if tab == 'deploy_to'} -
Linking this workspace to another staging/prod workspace unlock the Web-based flow to - deploy to another workspace.
+
+
+
Link this workspace to another Staging / Prod workspace
+
+ Connecting this workspace with another staging/production workspace enables web-based deployment to that workspace. + Learn more. +
+
+
{#if $enterpriseLicense} {:else} @@ -677,10 +680,11 @@ {:else if tab == 'slack'}
-
Connect workspace to Slack
+
Connect workspace to Slack
Connect your Windmill workspace to your Slack workspace to trigger a script or a flow with a '/windmill' command or to configure Slack error handlers. + Learn more.
@@ -767,6 +771,11 @@
{:else if tab == 'export_delete'} +
+
+
Export or Delete workspace
+
+
@@ -853,9 +863,20 @@ connection or a custom script to send notifications anytime any job would fail. {/if} - - - +
+
+
Workspace Error Handler
+
+ Define a script or flow to be executed automatically in case of error in the workspace. + Learn more. +
+
+
+
+
+
Script or flow to run as error handler
+
+
{:else if tab == 'openai'} - -
- - Windmill AI uses OpenAI's GPT-3.5-turbo for code completion and GPT-4 Turbo for all other - AI features. - +
+
+
Windmill AI
+
+ Select an OpenAI resource to unlock Windmill AI features. +
+
+ Windmill AI uses OpenAI's GPT-3.5-turbo for code completion and GPT-4 Turbo for all other AI features. + Learn more. +
+
{#key [openaiResourceInitialPath, usingOpenaiClientCredentialsOauth]} @@ -944,7 +970,15 @@ />
{:else if tab == 'windmill_lfs'} - +
+
+
S3 Storage
+
+ Connect your Windmill workspace to your S3 bucket or your Azure Blob storage. + Learn more. +
+
+
{#if !$enterpriseLicense} Windmill S3 bucket browser will not work for buckets containing more than 20 files and @@ -1004,18 +1038,16 @@
{/if} {:else if tab == 'git_sync'} - +
+
Git Sync
Connect the Windmill workspace to a Git repository to automatically commit and push - scripts, flows and apps to the repository on each deploy. + scripts, flows, and apps to the repository on each deploy. + Learn more.
+
{#if !$enterpriseLicense}
@@ -1392,11 +1424,18 @@ git push {/if} {:else if tab == 'default_app'} - +
+
+
Workspace default app
+
+ If configured, users who are operators in this workspace will be redirected to this app automatically when logging into this workspace. +
+
+ Make sure the default app is shared with all the operators of this workspace before turning this feature on. + Learn more. +
+
+
{#if !$enterpriseLicense} Default app can only be set on Windmill Enterprise Edition. @@ -1418,15 +1457,18 @@ git push {:else if tab == 'encryption'} - - - When updating the encryption key of a workspace, all secrets will be re-encrypted with the - new key and the previous key will be replaced by the new one. -
- If you're manually updating the key to match another workspace key from another Windmill instance, - make sure not to use the 'SECRET_SALT' environment variable or, if you're using it, make sure - it the salt matches across both instances. -
+
+
+
Workspace secret encryption
+
+ When updating the encryption key of a workspace, all secrets will be re-encrypted with the new key and the previous key will be replaced by the new one. +
+
+ If you're manually updating the key to match another workspace key from another Windmill instance, make sure not to use the 'SECRET_SALT' environment variable or, if you're using it, make sure it the salt matches across both instances. + Learn more. +
+
+