mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 16:02:11 +00:00
description at bottom
This commit is contained in:
@@ -397,9 +397,6 @@
|
||||
namePlaceholder="my_{resource_type}"
|
||||
kind="resource"
|
||||
/>
|
||||
<h2 class="mt-4 mb-2">Description</h2>
|
||||
|
||||
<textarea type="text" autocomplete="off" use:autosize bind:value={description} />
|
||||
|
||||
{#if apiTokenApps[resource_type]}
|
||||
<h2 class="mt-4 mb-2">Instructions</h2>
|
||||
@@ -419,10 +416,14 @@
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
<h2 class="mt-8">Value</h2>
|
||||
<h2 class="mt-4">Value</h2>
|
||||
<div class="mt-4">
|
||||
<ApiConnectForm password={key ?? ''} {resource_type} bind:args bind:isValid />
|
||||
</div>
|
||||
|
||||
<h2 class="mt-4 mb-2">Description</h2>
|
||||
|
||||
<textarea type="text" autocomplete="off" use:autosize bind:value={description} />
|
||||
{:else}
|
||||
<Path
|
||||
initialPath=""
|
||||
|
||||
@@ -136,15 +136,6 @@
|
||||
kind="resource"
|
||||
/>
|
||||
</div>
|
||||
<h3>Description <Required required={false} /> </h3>
|
||||
<textarea
|
||||
type="text"
|
||||
disabled={!can_write}
|
||||
use:autosize
|
||||
bind:value={description}
|
||||
placeholder={DESCRIPTION_PLACEHOLDER}
|
||||
/>
|
||||
|
||||
<h3 class="mt-4">Value</h3>
|
||||
<div class="text-sm">
|
||||
{#if loadingSchema}
|
||||
@@ -178,6 +169,14 @@
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
<h3 class="mt-4">Description <Required required={false} /> </h3>
|
||||
<textarea
|
||||
type="text"
|
||||
disabled={!can_write}
|
||||
use:autosize
|
||||
bind:value={description}
|
||||
placeholder={DESCRIPTION_PLACEHOLDER}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<svelte:fragment slot="actions">
|
||||
|
||||
Reference in New Issue
Block a user