mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable
This commit is contained in:
@@ -66,6 +66,7 @@ func GetDashboardSnapshot(c *middleware.Context) {
|
||||
dto := dtos.DashboardFullWithMeta{
|
||||
Dashboard: snapshot.Dashboard,
|
||||
Meta: dtos.DashboardMeta{
|
||||
Type: m.DashTypeSnapshot,
|
||||
IsSnapshot: true,
|
||||
Created: snapshot.Created,
|
||||
Expires: snapshot.Expires,
|
||||
|
||||
Reference in New Issue
Block a user