mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
export view json now templatized, fixes #10001
This commit is contained in:
parent
4a2941dc90
commit
afd0fc3652
@ -26,7 +26,7 @@ export class DashExportCtrl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
saveJson() {
|
saveJson() {
|
||||||
var clone = this.dashboardSrv.getCurrent().getSaveModelClone();
|
var clone = this.dash;
|
||||||
|
|
||||||
this.$scope.$root.appEvent('show-json-editor', {
|
this.$scope.$root.appEvent('show-json-editor', {
|
||||||
object: clone,
|
object: clone,
|
||||||
|
Loading…
Reference in New Issue
Block a user