diff --git a/public/app/features/provisioning/GettingStarted/GettingStartedPage.tsx b/public/app/features/provisioning/GettingStarted/GettingStartedPage.tsx
index ed8a1e3e06f..2800ec0d6ec 100644
--- a/public/app/features/provisioning/GettingStarted/GettingStartedPage.tsx
+++ b/public/app/features/provisioning/GettingStarted/GettingStartedPage.tsx
@@ -1,8 +1,10 @@
+import { Box, Text, TextLink } from '@grafana/ui';
import { Repository } from 'app/api/clients/provisioning';
import { Page } from 'app/core/components/Page/Page';
-import { t } from 'app/core/internationalization';
+import { t, Trans } from 'app/core/internationalization';
import GettingStarted from './GettingStarted';
+
interface Props {
items: Repository[];
}
@@ -20,8 +22,34 @@ export default function GettingStartedPage({ items }: Props) {
}}
>
+
);
}
+
+function Banner() {
+ return (
+
+
+
+ This feature is currently under active development. For the best experience and latest improvements, we
+ recommend using the{' '}
+
+ nightly build
+ {' '}
+ of Grafana.
+
+
+
+ );
+}
diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json
index 7c7a10c6e15..59a08fe9210 100644
--- a/public/locales/en-US/grafana.json
+++ b/public/locales/en-US/grafana.json
@@ -6938,6 +6938,9 @@
}
},
"provisioning": {
+ "banner": {
+ "message": "This feature is currently under active development. For the best experience and latest improvements, we recommend using the <2>nightly build2> of Grafana."
+ },
"bootstrap-step": {
"description-clear-repository-connection": "Add a clear name for this repository connection",
"empty": "Empty",