From 76ecd3759b68d3b98999654981e619d1687b6cc6 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 1 Oct 2021 15:30:21 -0400 Subject: [PATCH] Fix folder icons for alert rules (#39873) (#39891) (cherry picked from commit 0f42b37e21bb1331270dc1c0f2d40a6857db72b0) Co-authored-by: Noah van der Aa --- .../features/alerting/unified/components/rules/RulesGroup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/unified/components/rules/RulesGroup.tsx b/public/app/features/alerting/unified/components/rules/RulesGroup.tsx index f5b3a752219..43f19811571 100644 --- a/public/app/features/alerting/unified/components/rules/RulesGroup.tsx +++ b/public/app/features/alerting/unified/components/rules/RulesGroup.tsx @@ -87,7 +87,7 @@ export const RulesGroup: FC = React.memo(({ group, namespace }) => { onToggle={setIsCollapsed} data-testid="group-collapse-toggle" /> - + {isCloudRulesSource(rulesSource) && (