diff --git a/webui/src/components/DeleteConfirm.tsx b/webui/src/components/DeleteConfirm.tsx index d0a5ff774..5b578b055 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 2bf98b5a2..7a42d8fd9 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 ? ( -
-