You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/app/features/dashboard/export/export_modal.html
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,19 @@
15
15
You can share dashboards on <aclass="external-link" href="https://grafana.com">Grafana.com</a>
16
16
</p>
17
17
18
+
<gf-form-switch
19
+
class="gf-form"
20
+
label="Export for sharing externally"
21
+
label-class="width-16"
22
+
checked="ctrl.shareExternally"
23
+
tooltip="Useful for sharing dashboard publicly on grafana.com. Will templatize data source names. Can then only be used with the specific dashboard import API.">
0 commit comments