{"version":3,"file":"explore-feature-toggle-page.897d9f08c342ad4c0702.js","mappings":"iLAOA,SAASA,EAAUC,EAAsB,CACvC,SAAO,OAAI,CACT,UAAWA,EAAM,QAAQ,CAAC,CAC5B,CAAC,CACH,CAEe,SAASC,GAAoB,CAC1C,MAAMC,KAAS,MAAWH,CAAS,EAEnC,OACE,gBAAC,IAAI,CAAC,UAAWG,CAAA,EACf,gBAAC,IAAK,SAAL,KACC,gBAAC,UAAG,qBAAmB,EAAK,sDAE5B,gBAAC,WACC,gBAAC,WACE;AAAA;AAAA,CAGH,CACF,CACF,CACF,CAEJ,C","sources":["webpack://grafana/./public/app/features/explore/FeatureTogglePage.tsx"],"sourcesContent":["import { css } from '@emotion/css';\nimport React from 'react';\n\nimport { GrafanaTheme2 } from '@grafana/data';\nimport { useStyles2 } from '@grafana/ui';\nimport { Page } from 'app/core/components/Page/Page';\n\nfunction getStyles(theme: GrafanaTheme2) {\n return css({\n marginTop: theme.spacing(2),\n });\n}\n\nexport default function FeatureTogglePage() {\n const styles = useStyles2(getStyles);\n\n return (\n \n \n

Explore is disabled

\n To enable Explore, enable it in the Grafana config:\n
\n
\n            {`[explore]\nenable = true\n`}\n          
\n
\n
\n
\n );\n}\n"],"names":["getStyles","theme","FeatureTogglePage","styles"],"sourceRoot":""}