diff --git a/webui/src/components/DeleteConfirm.tsx b/webui/src/components/DeleteConfirm.tsx index d0a5ff77..5b578b05 100644 --- a/webui/src/components/DeleteConfirm.tsx +++ b/webui/src/components/DeleteConfirm.tsx @@ -80,16 +80,16 @@ export function DeleteConfirm({ ) : null} - + {t("deleteConfirm.cancel")} {hasAutomations ? t("deleteConfirm.confirmWithAutomations") diff --git a/webui/src/components/settings/SettingsView.tsx b/webui/src/components/settings/SettingsView.tsx index 2bf98b5a..7a42d8fd 100644 --- a/webui/src/components/settings/SettingsView.tsx +++ b/webui/src/components/settings/SettingsView.tsx @@ -3489,11 +3489,11 @@ function AutomationsSettings({ }, [filtered, selectedJobId]); return ( -
-
+
+
-
+
{summaryOptions.map((option) => (
) : filtered.length && selectedJob ? ( -
-