mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 16:02:11 +00:00
changing all path placeholders to be flatten
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
bind:error={pathError}
|
||||
bind:path
|
||||
{initialPath}
|
||||
namePlaceholder="my/resource"
|
||||
namePlaceholder="my_resource"
|
||||
kind="resource"
|
||||
>
|
||||
<div slot="ownerToolkit">
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
bind:error={pathError}
|
||||
bind:path={script.path}
|
||||
{initialPath}
|
||||
namePlaceholder="example/my/script"
|
||||
namePlaceholder="my_script"
|
||||
kind="script"
|
||||
>
|
||||
<div slot="ownerToolkit">
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
bind:error={pathError}
|
||||
bind:path
|
||||
{initialPath}
|
||||
namePlaceholder="my/variable"
|
||||
namePlaceholder="my_variable"
|
||||
kind="variable"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
bind:error={pathError}
|
||||
bind:path
|
||||
{initialPath}
|
||||
namePlaceholder={'my/schedule'}
|
||||
namePlaceholder={'my_schedule'}
|
||||
kind="schedule"
|
||||
>
|
||||
<div slot="ownerToolkit">
|
||||
|
||||
Reference in New Issue
Block a user