Update dashboard.ts
This commit is contained in:
parent
6a855a947c
commit
4f1a476c65
1 changed files with 3 additions and 2 deletions
|
|
@ -88,7 +88,8 @@ export default class Dashboard implements IDashboard {
|
|||
isPublic: this.isPublic,
|
||||
// widgets: this.widgets.map(w => w.toJson())
|
||||
// widgets: this.widgets
|
||||
metrics: this.metrics
|
||||
metrics: this.metrics,
|
||||
description: this.description,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -188,4 +189,4 @@ export default class Dashboard implements IDashboard {
|
|||
this.metrics.push(metricId)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue