rename template from dashboard to summary (#41819) (#41992)

This commit is contained in:
Ryan Keairns 2019-07-25 15:25:10 -05:00 committed by GitHub
parent 4ca90469d7
commit 50411dad95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ const darkTemplate = require('./theme_dark.json');
const lightTemplate = require('./theme_light.json');
const pitchTemplate = require('./pitch_presentation.json');
const statusTemplate = require('./status_report.json');
const dashboardTemplate = require('./dashboard_report.json');
const summaryTemplate = require('./summary_report.json');
// Registry expects a function that returns a spec object
export const templateSpecs = [
@ -16,5 +16,5 @@ export const templateSpecs = [
lightTemplate,
pitchTemplate,
statusTemplate,
dashboardTemplate,
summaryTemplate,
].map(template => () => template);

View file

@ -1,8 +1,8 @@
{
"name": "Dashboard",
"name": "Summary",
"id": "workpad-6181471b-147d-4397-a0d3-1c0f1600fa12",
"displayName": "Dashboard",
"help": "Infographic-style dashboard with live charts",
"displayName": "Summary",
"help": "Infographic-style report with live charts",
"tags": ["report"],
"width": 1100,
"height": 2570,