mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 00:37:04 -06:00
parent
512f6992f1
commit
0c98c4db30
@ -46,6 +46,7 @@ export class SaveDashboardAsModalCtrl {
|
||||
var dashboard = this.dashboardSrv.getCurrent();
|
||||
this.clone = dashboard.getSaveModelClone();
|
||||
this.clone.id = null;
|
||||
this.clone.uid = '';
|
||||
this.clone.title += ' Copy';
|
||||
this.clone.editable = true;
|
||||
this.clone.hideControls = false;
|
||||
|
Loading…
Reference in New Issue
Block a user