From ca6cfffcf5f204ad33aa8fab68b585e8cd7687e5 Mon Sep 17 00:00:00 2001 From: Dominik Broj Date: Tue, 8 Apr 2025 08:17:40 +0200 Subject: [PATCH] chore: add warning to cloud connection (#5504) # What this PR does ## Which issue(s) this PR closes Related to https://github.com/grafana/irm/issues/1089 image --- .../src/pages/settings/tabs/Cloud/CloudPage.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/grafana-plugin/src/pages/settings/tabs/Cloud/CloudPage.tsx b/grafana-plugin/src/pages/settings/tabs/Cloud/CloudPage.tsx index e21a18da..dad2169c 100644 --- a/grafana-plugin/src/pages/settings/tabs/Cloud/CloudPage.tsx +++ b/grafana-plugin/src/pages/settings/tabs/Cloud/CloudPage.tsx @@ -1,6 +1,6 @@ import React, { useCallback, useEffect, useState } from 'react'; -import { Button, Field, Icon, Input, LoadingPlaceholder, Stack, useStyles2 } from '@grafana/ui'; +import { Alert, Button, Field, Icon, Input, LoadingPlaceholder, Stack, useStyles2 } from '@grafana/ui'; import { determineRequiredAuthString, UserActions } from 'helpers/authorization/authorization'; import { PLUGIN_ROOT, StackSize } from 'helpers/consts'; import { openErrorNotification } from 'helpers/helpers'; @@ -387,6 +387,19 @@ const _CloudPage = observer((props: CloudPageProps) => { return ( + + { + <> + Starting March 24, 2026, push notifications relying on Cloud Connection will no longer be supported for + Grafana OnCall OSS.{' '} + + + Learn more + + + + } + Connect Open Source OnCall and Grafana Cloud OnCall