diff --git a/frontend/src/routes/(front)/+layout.svelte b/frontend/src/routes/(front)/+layout.svelte
deleted file mode 100644
index 43fefa2..0000000
--- a/frontend/src/routes/(front)/+layout.svelte
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-Navigation
-
-
-
Title | -Slug | -Description | -State | -Enabled | -|||||
---|---|---|---|---|---|---|---|---|---|
- - | -- - | -||||||||
{row.id} | -{row.title} | -{row.slug} | -{row.description} | -{row.run_every}s | -
- {format(row.last_run * 1000, 'PP HH:mm')} - {formatDistance(row.last_run * 1000, new Date(), { addSuffix: true })} - |
-
- {format(row.next_run * 1000, 'PP HH:mm')} - {formatDistance(row.next_run * 1000, new Date(), { addSuffix: true })} - |
- {row.run_time} | -{row.cron_state ? 'RUNNING' : 'IDLE'} | -{row.is_enabled ? 'ENABLED' : 'DISABLED'} | -
Name | -API Key | -||
---|---|---|---|
- {row.id} - - - | -{row.name} | -{row.api_key} | -
- {format(row.last_submit_ts * 1000, 'PP HH:mm')} - {formatDistance(row.last_submit_ts * 1000, new Date(), { addSuffix: true })} - |
-