{#if open}

{$t.nav?.dashboards}

{$t.dashboard?.setup_title || "Configure your first environment"}

{$t.dashboard?.setup_intro || "Dashboards need at least one Superset environment. Create it here instead of landing on an empty screen."}

{#if step === "intro"}

{$t.dashboard?.setup_card_title || "What happens next"}

{$t.dashboard?.setup_card_body || "The wizard saves a Superset endpoint, validates login, and immediately makes the environment available in the global selector."}

{$t.dashboard?.setup_checklist_title || "Prepare these values"}

  • {$t.dashboard?.setup_checklist_url || "Superset base URL without /api/v1"}
  • {$t.dashboard?.setup_checklist_user || "Service username with access to dashboards"}
  • {$t.dashboard?.setup_checklist_pass || "Password for the selected Superset account"}

{$t.dashboard?.setup_step_title || "Starter flow"}

1. {$t.dashboard?.setup_step_one || "Create the first environment"}

2. {$t.dashboard?.setup_step_two || "Select it automatically for the current session"}

3. {$t.dashboard?.setup_step_three || "Load dashboard inventory for that environment"}

{:else}
{#if submitError}
{submitError}
{/if}
{/if}
{/if}