mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
nit fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user