diff --git a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/table.svelte b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/table.svelte index 91efa2654..bd6e8fdca 100644 --- a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/table.svelte +++ b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/table.svelte @@ -1,32 +1,78 @@ -
+ Are you sure you want to delete {selectedRows.length} + {selectedRows.length > 1 ? 'executions' : 'execution'}? +
+ +This action is irreversible.
+