mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Auto-generate: Update history link to send user to Grafana LLM plugin page (#77880)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user