diff --git a/src/routes/console/project-[project]/functions/function-[function]/[[page]]/+page.svelte b/src/routes/console/project-[project]/functions/function-[function]/[[page]]/+page.svelte index 292ee519b..d0b3237ab 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/[[page]]/+page.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/[[page]]/+page.svelte @@ -12,13 +12,13 @@ Pagination } from '$lib/components'; import { - Table, TableHeader, TableBody, TableRow, TableCellHead, TableCell, - TableCellText + TableCellText, + TableScroll } from '$lib/elements/table'; import { execute, func } from '../store'; import { Container } from '$lib/layout'; @@ -156,7 +156,7 @@ Inactive {#if data.deployments.total > 1} - + Deployment ID Created @@ -246,7 +246,7 @@ {/if} {/each} -
+ {:else} (showCreate = true)}>
diff --git a/src/routes/console/project-[project]/functions/function-[function]/executions/[[page]]/+page.svelte b/src/routes/console/project-[project]/functions/function-[function]/executions/[[page]]/+page.svelte index 6c0ba8502..fc7a8be27 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/executions/[[page]]/+page.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/executions/[[page]]/+page.svelte @@ -3,13 +3,13 @@ import { Pill } from '$lib/elements'; import { Copy, Status, Heading, Pagination, EmptySearch } from '$lib/components'; import { - Table, TableHeader, TableBody, TableCellHead, TableCell, TableCellText, - TableRow + TableRow, + TableScroll } from '$lib/elements/table'; import { toLocaleDateTime } from '$lib/helpers/date'; import { calculateTime } from '$lib/helpers/timeConversion'; @@ -49,7 +49,7 @@ Logs
{#if data.executions.total} - + Execution ID Created @@ -98,7 +98,7 @@ {/each} -
+

Total results: {data.executions.total}