mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
script and flow details UX improvements
This commit is contained in:
@@ -216,7 +216,7 @@
|
||||
<h2 class="font-bold mb-2"
|
||||
>{flow.summary && flow.summary != '' ? flow.summary : 'No summary'}</h2
|
||||
>
|
||||
<div class="prose box">
|
||||
<div class="prose text-xs box">
|
||||
<SvelteMarkdown source={defaultIfEmptyString(flow.description, 'No description')} />
|
||||
</div>
|
||||
</div>
|
||||
@@ -257,8 +257,6 @@
|
||||
>
|
||||
Copy
|
||||
</Button>
|
||||
</div>
|
||||
<div class="flex flex-row-reverse mt-2">
|
||||
<Button size="xs" on:click={userSettings.toggleDrawer}>Create token</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -288,7 +288,7 @@
|
||||
<h2 class="font-bold mb-2"
|
||||
>{script.summary && script.summary != '' ? script.summary : 'No summary'}</h2
|
||||
>
|
||||
<div class="prose box">
|
||||
<div class="prose text-xs box">
|
||||
<SvelteMarkdown source={defaultIfEmptyString(script.description, 'No description')} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user