);
}
diff --git a/frontend/src/component/project/ProjectEnvironment/ProjectEnvironment.tsx b/frontend/src/component/project/ProjectEnvironment/ProjectEnvironment.tsx
index a29cb029f8..146f5ec2a6 100644
--- a/frontend/src/component/project/ProjectEnvironment/ProjectEnvironment.tsx
+++ b/frontend/src/component/project/ProjectEnvironment/ProjectEnvironment.tsx
@@ -16,6 +16,9 @@ import useProject from '../../../hooks/api/getters/useProject/useProject';
import { FormControlLabel, FormGroup, Switch } from '@material-ui/core';
import useProjectApi from '../../../hooks/api/actions/useProjectApi/useProjectApi';
import EnvironmentDisableConfirm from './EnvironmentDisableConfirm/EnvironmentDisableConfirm';
+import { Link } from 'react-router-dom';
+import { Alert } from '@material-ui/lab';
+
export interface ProjectEnvironment {
name: string;
@@ -42,6 +45,7 @@ const ProjectEnvironmentList = ({projectId}: ProjectEnvironmentListProps) => {
const ref = useLoading(loading);
const styles = useStyles();
+
const refetch = () => {
refetchEnvs();
refetchProject();
@@ -132,9 +136,26 @@ const ProjectEnvironmentList = ({projectId}: ProjectEnvironmentListProps) => {
headerContent={
- }
+ />}
>
+
+ Important! In order for your application to ONLY retrieve feature toggle activation strategies for a specific environment, the application must use an environment-specific API key. You can look up the environment-specific API keys {' '}
+
+ here.
+ {' '}
+
+
+ Your administrator can configure an environment-specific API key and add it to your SDK if you can't find it on the list.
+ If you are an administrator you can create a new API key {' '}
+
+ here.
+ {' '}
+
+