Sharing: Export dashboard as image (#104207)

Co-authored-by: AgnesToulet <35176601+AgnesToulet@users.noreply.github.com>
This commit is contained in:
Nathan Marrs
2025-07-15 14:07:39 -07:00
committed by GitHub
parent a977aa9d03
commit b691b3288d
30 changed files with 886 additions and 94 deletions

View File

@ -163,7 +163,7 @@ export class ShareLink extends PureComponent<Props, State> {
bottomSpacing={0}
>
<Trans i18nKey="share-modal.link.render-instructions">
To render a panel image, you must install the{' '}
To render an image, you must install the{' '}
<TextLink href="https://grafana.com/grafana/plugins/grafana-image-renderer" external>
Grafana image renderer plugin
</TextLink>

View File

@ -181,4 +181,5 @@ export const shareDashboardType: {
report: 'report',
publicDashboard: 'public_dashboard',
inviteUser: 'invite_user',
image: 'image',
};