mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
change details page style
This commit is contained in:
@@ -184,8 +184,8 @@
|
||||
{#if flow === undefined}
|
||||
<p>loading</p>
|
||||
{:else}
|
||||
<p class="text-sm">Edited {displayDaysAgo(flow.edited_at ?? '')} by {flow.edited_by}</p>
|
||||
<h2>{flow.summary}</h2>
|
||||
<p>Edited {displayDaysAgo(flow.edited_at ?? '')} by {flow.edited_by}</p>
|
||||
|
||||
<div class="prose">
|
||||
<SvelteMarkdown source={defaultIfEmptyString(flow.description, 'No description')} />
|
||||
|
||||
@@ -252,8 +252,9 @@
|
||||
{#if script === undefined}
|
||||
<p>loading</p>
|
||||
{:else}
|
||||
<p class="text-sm">Edited {displayDaysAgo(script.created_at ?? '')} by {script.created_by}</p>
|
||||
|
||||
<h2>{script.summary}</h2>
|
||||
<p>Edited {displayDaysAgo(script.created_at ?? '')} by {script.created_by}</p>
|
||||
|
||||
<div class="prose">
|
||||
<SvelteMarkdown source={defaultIfEmptyString(script.description, 'No description')} />
|
||||
|
||||
Reference in New Issue
Block a user