mirror of https://github.com/grafana/grafana.git
Dashboard: share modal: open link in new page (#89710)
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
ff982ed001
commit
2a1b620c38
|
@ -26,6 +26,7 @@ export const UnsupportedDataSourcesAlert = ({ unsupportedDataSources }: { unsupp
|
||||||
</p>
|
</p>
|
||||||
<a
|
<a
|
||||||
href="https://grafana.com/docs/grafana/next/dashboards/dashboard-public/"
|
href="https://grafana.com/docs/grafana/next/dashboards/dashboard-public/"
|
||||||
|
target="blank"
|
||||||
className={cx('text-link', styles.unsupportedDataSourceDescription)}
|
className={cx('text-link', styles.unsupportedDataSourceDescription)}
|
||||||
>
|
>
|
||||||
<Trans i18nKey="public-dashboard.modal-alerts.unsupport-data-source-alert-readmore-link">
|
<Trans i18nKey="public-dashboard.modal-alerts.unsupport-data-source-alert-readmore-link">
|
||||||
|
|
Loading…
Reference in New Issue