Auto-generate: Update history link to send user to Grafana LLM plugin page (#77880)

pull/77925/head
Nathan Marrs 2 years ago committed by GitHub
parent 13484928a1
commit d4a0a2ab88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      public/app/features/dashboard/components/GenAI/GenAIHistory.tsx

@ -157,9 +157,14 @@ export const GenAIHistory = ({
<div className={styles.footer}>
<Icon name="exclamation-circle" aria-label="exclamation-circle" className={styles.infoColor} />
<Text variant="bodySmall" color="secondary">
This content is AI-generated.{' '}
<TextLink variant="bodySmall" href="https://grafana.com/grafana/dashboards/" external onClick={onClickDocs}>
Learn more
This content is AI-generated using the{' '}
<TextLink
variant="bodySmall"
href="https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/llm-plugin/"
external
onClick={onClickDocs}
>
Grafana LLM plugin
</TextLink>
</Text>
</div>

Loading…
Cancel
Save