import React from 'react'; import { Icon } from '@grafana/ui'; export interface Props { apiKey: string; rootPath: string; } export const ApiKeysAddedModal = (props: Props) => { return (
curl -H "Authorization: Bearer {props.apiKey}" {props.rootPath}/api/dashboards/home