diff --git a/src/routes/console/project-[project]/functions/function/[function]/+page.svelte b/src/routes/console/project-[project]/functions/function/[function]/+page.svelte index 34c9d5987..8021ed420 100644 --- a/src/routes/console/project-[project]/functions/function/[function]/+page.svelte +++ b/src/routes/console/project-[project]/functions/function/[function]/+page.svelte @@ -228,8 +228,9 @@

Need a hand? Check out our documentation.

- +
diff --git a/src/routes/console/project-[project]/functions/function/[function]/executions/+page.svelte b/src/routes/console/project-[project]/functions/function/[function]/executions/+page.svelte index 1cd618c61..3771efa93 100644 --- a/src/routes/console/project-[project]/functions/function/[function]/executions/+page.svelte +++ b/src/routes/console/project-[project]/functions/function/[function]/executions/+page.svelte @@ -27,6 +27,8 @@ const functionId = $page.params.function; $: executionList.load(functionId, [Query.offset(offset), Query.limit($pageLimit)], search); + + //TODO: add optional hover state to rows