mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
4ca90469d7
commit
50411dad95
2 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
|
@ -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,
|
Loading…
Add table
Add a link
Reference in a new issue