diff --git a/src/routes/console/project-[project]/functions/function-[function]/settings/executeFunction.svelte b/src/routes/console/project-[project]/functions/function-[function]/settings/executeFunction.svelte index 194b18bed..49608fc1e 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/settings/executeFunction.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/settings/executeFunction.svelte @@ -1,20 +1,16 @@ - - + + - + {$func.name} {$func.runtime} @@ -23,9 +19,8 @@ - Function ID: {$func.$id} Created at: {toLocaleDateTime($func.$createdAt)} - Updated at: {toLocaleDateTime($func.$updatedAt)} + Last updated at: {toLocaleDateTime($func.$updatedAt)}
{$func.runtime}
Function ID: {$func.$id}
Created at: {toLocaleDateTime($func.$createdAt)}
Updated at: {toLocaleDateTime($func.$updatedAt)}
Last updated at: {toLocaleDateTime($func.$updatedAt)}