This commit is contained in:
Ruben Fiszel
2024-07-22 21:24:53 +02:00
parent d57ce12891
commit 0bb2ef34e8
3 changed files with 3 additions and 3 deletions
@@ -120,7 +120,7 @@
<Loader2 class="animate-spin" />
{:else}
<div class=" flex flex-col gap-y-2" />
{#each databases as database}/
{#each databases as database}
<button
class="btn btn-outline-primary mt-2 border p-2 w-full border-secondary-inverse hover:border-secondary rounded"
on:click={() => {
@@ -124,7 +124,7 @@
<svelte:fragment slot="actions">
<span class="hidden md:inline-flex gap-x-1">
{#if !$userStore?.operator}
{#if script.use_codebase}/
{#if script.use_codebase}
<Badge
>bundle<Tooltip
>This script is deployed as a bundle and can only be deployed from the CLI for now</Tooltip
@@ -478,7 +478,7 @@
scriptOrFlowPath={script.path}
tag={script.tag}
>
{#if script.codebase}/
{#if script.codebase}
<Badge
>bundle<Tooltip
>This script is deployed as a bundle and can only be deployed from the CLI for now</Tooltip