+
-
-
-
-
+ {#if !hideCopyIcon}
+
+
+
+ {/if}
diff --git a/src/routes/console/project-[project]/functions/function-[function]/settings/+page.svelte b/src/routes/console/project-[project]/functions/function-[function]/settings/+page.svelte
index 09a4ea17d..dc2f755b2 100644
--- a/src/routes/console/project-[project]/functions/function-[function]/settings/+page.svelte
+++ b/src/routes/console/project-[project]/functions/function-[function]/settings/+page.svelte
@@ -3,7 +3,16 @@
import { base } from '$app/paths';
import { page } from '$app/stores';
import { Submit, trackEvent, trackError } from '$lib/actions/analytics';
- import { Box, CardGrid, DropList, DropListItem, Empty, Output, Secret } from '$lib/components';
+ import {
+ Box,
+ CardGrid,
+ DropList,
+ DropListItem,
+ Empty,
+ Output,
+ PaginationInline,
+ Secret
+ } from '$lib/components';
import Heading from '$lib/components/heading.svelte';
import { Roles } from '$lib/components/permissions';
import { Dependencies } from '$lib/constants';
@@ -44,6 +53,7 @@
let functionSchedule: string = null;
let permissions: string[] = [];
let arePermsDisabled = true;
+ let offset = 0;
onMount(async () => {
timeout ??= $func.timeout;
@@ -374,19 +384,21 @@
Import .env file
- {#if data.variables.total}
+ {@const limit = 10}
+ {@const sum = data.variables.total}
+ {#if sum}