mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
fix app setup
This commit is contained in:
@@ -89,12 +89,16 @@
|
||||
|
||||
<ScheduleEditor on:update={loadSchedules} bind:this={scheduleEditor} />
|
||||
<CenteredPage>
|
||||
<PageHeader title="Schedules" tooltip="Trigger Scripts and Flows according to a cron schedule" documentationLink="https://docs.windmill.dev/docs/core_concepts/scheduling">
|
||||
<PageHeader
|
||||
title="Schedules"
|
||||
tooltip="Trigger Scripts and Flows according to a cron schedule"
|
||||
documentationLink="https://docs.windmill.dev/docs/core_concepts/scheduling"
|
||||
>
|
||||
<Button size="md" startIcon={{ icon: faPlus }} on:click={() => scheduleEditor.openNew(false)}>
|
||||
New schedule
|
||||
</Button>
|
||||
</PageHeader>
|
||||
<div class="mt-10 mb-40 overflow-auto">
|
||||
<div class="mt-10 pb-60 overflow-auto">
|
||||
{#if loading}
|
||||
<Skeleton layout={[0.5, [2.1], 0.7]} />
|
||||
{#each new Array(6) as _}
|
||||
|
||||
Reference in New Issue
Block a user