Moved more metrics tab to react

This commit is contained in:
Torkel Ödegaard
2018-12-11 13:36:44 +01:00
parent d6c6ba642e
commit 4591c3555c
8 changed files with 136 additions and 221 deletions

View File

@@ -143,7 +143,7 @@ export class DashboardMigrator {
panelUpgrades.push(panel => {
_.each(panel.targets, target => {
if (!target.refId) {
target.refId = this.dashboard.getNextQueryLetter(panel);
target.refId = panel.getNextQueryLetter();
}
});
});