diff --git a/pkg/api/dashboard_snapshot.go b/pkg/api/dashboard_snapshot.go index 38415e64fdc..03aaeee9942 100644 --- a/pkg/api/dashboard_snapshot.go +++ b/pkg/api/dashboard_snapshot.go @@ -30,7 +30,7 @@ func CreateDashboardSnapshot(c *middleware.Context, cmd m.CreateDashboardSnapsho metrics.M_Api_Dashboard_Snapshot_Create.Inc(1) - c.JSON(200, util.DynMap{"key": cmd.Key, "url": setting.ToAbsUrl("/dashboard/snapshot/" + cmd.Key)}) + c.JSON(200, util.DynMap{"key": cmd.Key, "url": setting.ToAbsUrl("dashboard/snapshot/" + cmd.Key)}) } func createExternalSnapshot(c *middleware.Context, cmd m.CreateDashboardSnapshotCommand) { diff --git a/src/app/features/dashboard/partials/shareDashboard.html b/src/app/features/dashboard/partials/shareDashboard.html index 320042b64bf..a27e63cda58 100644 --- a/src/app/features/dashboard/partials/shareDashboard.html +++ b/src/app/features/dashboard/partials/shareDashboard.html @@ -47,17 +47,20 @@
+ A snapshot is an instant way to share a dashboard publicly. The visible data and series names + are embedded into the dashboard while metric queries and panel links are stripped. The snapshot can be viewed by + anyone that have the link and can reach the URL. Read more. +
+- - - This will create a snapshot of the dashboard and the data currently visible. It will be saved and you will - get a link, anyone with this link will be able view view the dashboard and the data currently visible. - - Panel metric queries and panel drilldown links are removed. - -
+ +