mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 17:29:40 +08:00
Sharing: Export dashboard as image (#104207)
Co-authored-by: AgnesToulet <35176601+AgnesToulet@users.noreply.github.com>
This commit is contained in:
@ -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>
|
||||
|
@ -181,4 +181,5 @@ export const shareDashboardType: {
|
||||
report: 'report',
|
||||
publicDashboard: 'public_dashboard',
|
||||
inviteUser: 'invite_user',
|
||||
image: 'image',
|
||||
};
|
||||
|
Reference in New Issue
Block a user