From de2b4a9032df416c2c7e0e689ae8f2cabbdab6a3 Mon Sep 17 00:00:00 2001 From: Henri Courdent <122811744+hcourdent@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:12:44 +0200 Subject: [PATCH] Tooltips and UI clarification (#1894) * Tooltips and UI clarification * Fix build --------- Co-authored-by: Faton Ramadani --- .../src/lib/components/ScheduleEditor.svelte | 8 ++-- .../src/lib/components/ScriptBuilder.svelte | 2 +- .../src/lib/components/SharedBadge.svelte | 2 +- .../(root)/(logged)/variables/+page.svelte | 2 +- .../(logged)/workspace_settings/+page.svelte | 42 ++++++++++--------- 5 files changed, 29 insertions(+), 27 deletions(-) diff --git a/frontend/src/lib/components/ScheduleEditor.svelte b/frontend/src/lib/components/ScheduleEditor.svelte index 781d95744d..54f5544ee5 100644 --- a/frontend/src/lib/components/ScheduleEditor.svelte +++ b/frontend/src/lib/components/ScheduleEditor.svelte @@ -277,12 +277,12 @@ canRefresh />
-
The following args will be passed to the error handler:
    -
  • path: The path of the script or flow that errored
  • -
  • schedule_path: The path of the schedule
  • -
  • error: The error details
  • +
  • path: The path of the script or flow that errored.
  • +
  • schedule_path: The path of the schedule.
  • +
  • error: The error details.
+
+ + +
+ {:else if tab == 'openai'}
Enter your OpenAI api key to unlock Windmill's AI features!
+ > +
- +
{/if}