From 020b9960c83bebcd0abf7799ae795ad616659698 Mon Sep 17 00:00:00 2001
From: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com>
Date: Fri, 2 Dec 2022 13:51:01 +0100
Subject: [PATCH] Alerting: Move modal buttons before the rules table (#59703)
Move modal buttons before the rules table
---
.../components/rules/EditRuleGroupModal.tsx | 43 +++++++++++--------
1 file changed, 24 insertions(+), 19 deletions(-)
diff --git a/public/app/features/alerting/unified/components/rules/EditRuleGroupModal.tsx b/public/app/features/alerting/unified/components/rules/EditRuleGroupModal.tsx
index 24376df0e68..b55647a0878 100644
--- a/public/app/features/alerting/unified/components/rules/EditRuleGroupModal.tsx
+++ b/public/app/features/alerting/unified/components/rules/EditRuleGroupModal.tsx
@@ -394,6 +394,26 @@ export function EditCloudGroupModal(props: ModalProps): React.ReactElement {
{checkEvaluationIntervalGlobalLimit(watch('groupInterval')).exceedsLimit && (