mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
text-left on approved flows summary
This commit is contained in:
@@ -220,7 +220,7 @@
|
||||
<tr>
|
||||
<td class="font-black">{apps.join(', ')}</td>
|
||||
<td
|
||||
><button class="align-left" on:click={() => viewFlow(flow_id)}
|
||||
><button class="text-left" on:click={() => viewFlow(flow_id)}
|
||||
>{summary}</button
|
||||
></td
|
||||
>
|
||||
|
||||
@@ -265,7 +265,10 @@
|
||||
{#each filteredHub ?? [] as { path, summary, app, ask_id }}
|
||||
<tr>
|
||||
<td class="font-black">{app}</td>
|
||||
<td><button on:click={() => viewCode(path)}>{summary}</button></td>
|
||||
<td
|
||||
><button class="text-left" on:click={() => viewCode(path)}>{summary}</button
|
||||
></td
|
||||
>
|
||||
<td class="whitespace-nowrap"
|
||||
><button class="text-blue-500" on:click={() => viewCode(path)}
|
||||
>view code</button
|
||||
|
||||
Reference in New Issue
Block a user