mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
1012 lines
28 KiB
Plaintext
1012 lines
28 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`DashboardGrid Can render dashboard grid Should render 1`] = `
|
|
<SizeMe(GridWrapper)
|
|
className="layout"
|
|
isDraggable={true}
|
|
isResizable={true}
|
|
layout={
|
|
Array [
|
|
Object {
|
|
"h": 10,
|
|
"i": "1",
|
|
"w": 24,
|
|
"x": 0,
|
|
"y": 0,
|
|
},
|
|
Object {
|
|
"h": 10,
|
|
"i": "2",
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 10,
|
|
},
|
|
Object {
|
|
"h": 100,
|
|
"i": "3",
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 20,
|
|
},
|
|
Object {
|
|
"h": 10,
|
|
"i": "4",
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 120,
|
|
},
|
|
]
|
|
}
|
|
onDragStop={[Function]}
|
|
onLayoutChange={[Function]}
|
|
onResize={[Function]}
|
|
onResizeStop={[Function]}
|
|
viewPanel={null}
|
|
>
|
|
<div
|
|
className=""
|
|
data-panelid="1"
|
|
key="1"
|
|
>
|
|
<Connect(DashboardPanelUnconnected)
|
|
dashboard={
|
|
DashboardModel {
|
|
"annotations": Object {
|
|
"list": Array [
|
|
Object {
|
|
"builtIn": 1,
|
|
"datasource": "-- Grafana --",
|
|
"enable": true,
|
|
"hide": true,
|
|
"iconColor": "rgba(0, 211, 255, 1)",
|
|
"name": "Annotations & Alerts",
|
|
"type": "dashboard",
|
|
},
|
|
],
|
|
},
|
|
"autoUpdate": undefined,
|
|
"description": undefined,
|
|
"editable": true,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {
|
|
"dashboard-panels-changed": EE {
|
|
"context": [Circular],
|
|
"fn": [Function],
|
|
"once": false,
|
|
},
|
|
},
|
|
"_eventsCount": 1,
|
|
},
|
|
},
|
|
"formatDate": [Function],
|
|
"getVariables": [Function],
|
|
"getVariablesFromState": [Function],
|
|
"gnetId": null,
|
|
"graphTooltip": 0,
|
|
"id": null,
|
|
"links": Array [],
|
|
"meta": Object {
|
|
"canEdit": true,
|
|
"canMakeEditable": false,
|
|
"canSave": true,
|
|
"canShare": true,
|
|
"canStar": true,
|
|
"hasUnsavedFolderChange": false,
|
|
"showSettings": true,
|
|
},
|
|
"originalTemplating": Array [],
|
|
"originalTime": Object {
|
|
"from": "now-6h",
|
|
"to": "now",
|
|
},
|
|
"panels": Array [
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 24,
|
|
"x": 0,
|
|
"y": 0,
|
|
},
|
|
"id": 1,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph",
|
|
"transparent": false,
|
|
"type": "graph",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 10,
|
|
},
|
|
"id": 2,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph2",
|
|
"transparent": false,
|
|
"type": "graph2",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 100,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 20,
|
|
},
|
|
"id": 3,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph3",
|
|
"transparent": false,
|
|
"type": "graph3",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 120,
|
|
},
|
|
"id": 4,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph4",
|
|
"transparent": false,
|
|
"type": "graph4",
|
|
},
|
|
],
|
|
"refresh": undefined,
|
|
"revision": undefined,
|
|
"schemaVersion": 27,
|
|
"snapshot": undefined,
|
|
"style": "dark",
|
|
"tags": Array [],
|
|
"templating": Object {
|
|
"list": Array [],
|
|
},
|
|
"time": Object {
|
|
"from": "now-6h",
|
|
"to": "now",
|
|
},
|
|
"timepicker": Object {},
|
|
"timezone": "",
|
|
"title": "My dashboard",
|
|
"uid": null,
|
|
"version": 0,
|
|
}
|
|
}
|
|
isEditing={false}
|
|
isInView={false}
|
|
isViewing={false}
|
|
panel={
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 24,
|
|
"x": 0,
|
|
"y": 0,
|
|
},
|
|
"id": 1,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph",
|
|
"transparent": false,
|
|
"type": "graph",
|
|
}
|
|
}
|
|
/>
|
|
</div>
|
|
<div
|
|
className=""
|
|
data-panelid="2"
|
|
key="2"
|
|
>
|
|
<Connect(DashboardPanelUnconnected)
|
|
dashboard={
|
|
DashboardModel {
|
|
"annotations": Object {
|
|
"list": Array [
|
|
Object {
|
|
"builtIn": 1,
|
|
"datasource": "-- Grafana --",
|
|
"enable": true,
|
|
"hide": true,
|
|
"iconColor": "rgba(0, 211, 255, 1)",
|
|
"name": "Annotations & Alerts",
|
|
"type": "dashboard",
|
|
},
|
|
],
|
|
},
|
|
"autoUpdate": undefined,
|
|
"description": undefined,
|
|
"editable": true,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {
|
|
"dashboard-panels-changed": EE {
|
|
"context": [Circular],
|
|
"fn": [Function],
|
|
"once": false,
|
|
},
|
|
},
|
|
"_eventsCount": 1,
|
|
},
|
|
},
|
|
"formatDate": [Function],
|
|
"getVariables": [Function],
|
|
"getVariablesFromState": [Function],
|
|
"gnetId": null,
|
|
"graphTooltip": 0,
|
|
"id": null,
|
|
"links": Array [],
|
|
"meta": Object {
|
|
"canEdit": true,
|
|
"canMakeEditable": false,
|
|
"canSave": true,
|
|
"canShare": true,
|
|
"canStar": true,
|
|
"hasUnsavedFolderChange": false,
|
|
"showSettings": true,
|
|
},
|
|
"originalTemplating": Array [],
|
|
"originalTime": Object {
|
|
"from": "now-6h",
|
|
"to": "now",
|
|
},
|
|
"panels": Array [
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 24,
|
|
"x": 0,
|
|
"y": 0,
|
|
},
|
|
"id": 1,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph",
|
|
"transparent": false,
|
|
"type": "graph",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 10,
|
|
},
|
|
"id": 2,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph2",
|
|
"transparent": false,
|
|
"type": "graph2",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 100,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 20,
|
|
},
|
|
"id": 3,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph3",
|
|
"transparent": false,
|
|
"type": "graph3",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 120,
|
|
},
|
|
"id": 4,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph4",
|
|
"transparent": false,
|
|
"type": "graph4",
|
|
},
|
|
],
|
|
"refresh": undefined,
|
|
"revision": undefined,
|
|
"schemaVersion": 27,
|
|
"snapshot": undefined,
|
|
"style": "dark",
|
|
"tags": Array [],
|
|
"templating": Object {
|
|
"list": Array [],
|
|
},
|
|
"time": Object {
|
|
"from": "now-6h",
|
|
"to": "now",
|
|
},
|
|
"timepicker": Object {},
|
|
"timezone": "",
|
|
"title": "My dashboard",
|
|
"uid": null,
|
|
"version": 0,
|
|
}
|
|
}
|
|
isEditing={false}
|
|
isInView={false}
|
|
isViewing={false}
|
|
panel={
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 10,
|
|
},
|
|
"id": 2,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph2",
|
|
"transparent": false,
|
|
"type": "graph2",
|
|
}
|
|
}
|
|
/>
|
|
</div>
|
|
<div
|
|
className=""
|
|
data-panelid="3"
|
|
key="3"
|
|
>
|
|
<Connect(DashboardPanelUnconnected)
|
|
dashboard={
|
|
DashboardModel {
|
|
"annotations": Object {
|
|
"list": Array [
|
|
Object {
|
|
"builtIn": 1,
|
|
"datasource": "-- Grafana --",
|
|
"enable": true,
|
|
"hide": true,
|
|
"iconColor": "rgba(0, 211, 255, 1)",
|
|
"name": "Annotations & Alerts",
|
|
"type": "dashboard",
|
|
},
|
|
],
|
|
},
|
|
"autoUpdate": undefined,
|
|
"description": undefined,
|
|
"editable": true,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {
|
|
"dashboard-panels-changed": EE {
|
|
"context": [Circular],
|
|
"fn": [Function],
|
|
"once": false,
|
|
},
|
|
},
|
|
"_eventsCount": 1,
|
|
},
|
|
},
|
|
"formatDate": [Function],
|
|
"getVariables": [Function],
|
|
"getVariablesFromState": [Function],
|
|
"gnetId": null,
|
|
"graphTooltip": 0,
|
|
"id": null,
|
|
"links": Array [],
|
|
"meta": Object {
|
|
"canEdit": true,
|
|
"canMakeEditable": false,
|
|
"canSave": true,
|
|
"canShare": true,
|
|
"canStar": true,
|
|
"hasUnsavedFolderChange": false,
|
|
"showSettings": true,
|
|
},
|
|
"originalTemplating": Array [],
|
|
"originalTime": Object {
|
|
"from": "now-6h",
|
|
"to": "now",
|
|
},
|
|
"panels": Array [
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 24,
|
|
"x": 0,
|
|
"y": 0,
|
|
},
|
|
"id": 1,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph",
|
|
"transparent": false,
|
|
"type": "graph",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 10,
|
|
},
|
|
"id": 2,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph2",
|
|
"transparent": false,
|
|
"type": "graph2",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 100,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 20,
|
|
},
|
|
"id": 3,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph3",
|
|
"transparent": false,
|
|
"type": "graph3",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 120,
|
|
},
|
|
"id": 4,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph4",
|
|
"transparent": false,
|
|
"type": "graph4",
|
|
},
|
|
],
|
|
"refresh": undefined,
|
|
"revision": undefined,
|
|
"schemaVersion": 27,
|
|
"snapshot": undefined,
|
|
"style": "dark",
|
|
"tags": Array [],
|
|
"templating": Object {
|
|
"list": Array [],
|
|
},
|
|
"time": Object {
|
|
"from": "now-6h",
|
|
"to": "now",
|
|
},
|
|
"timepicker": Object {},
|
|
"timezone": "",
|
|
"title": "My dashboard",
|
|
"uid": null,
|
|
"version": 0,
|
|
}
|
|
}
|
|
isEditing={false}
|
|
isInView={false}
|
|
isViewing={false}
|
|
panel={
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 100,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 20,
|
|
},
|
|
"id": 3,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph3",
|
|
"transparent": false,
|
|
"type": "graph3",
|
|
}
|
|
}
|
|
/>
|
|
</div>
|
|
<div
|
|
className=""
|
|
data-panelid="4"
|
|
key="4"
|
|
>
|
|
<Connect(DashboardPanelUnconnected)
|
|
dashboard={
|
|
DashboardModel {
|
|
"annotations": Object {
|
|
"list": Array [
|
|
Object {
|
|
"builtIn": 1,
|
|
"datasource": "-- Grafana --",
|
|
"enable": true,
|
|
"hide": true,
|
|
"iconColor": "rgba(0, 211, 255, 1)",
|
|
"name": "Annotations & Alerts",
|
|
"type": "dashboard",
|
|
},
|
|
],
|
|
},
|
|
"autoUpdate": undefined,
|
|
"description": undefined,
|
|
"editable": true,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {
|
|
"dashboard-panels-changed": EE {
|
|
"context": [Circular],
|
|
"fn": [Function],
|
|
"once": false,
|
|
},
|
|
},
|
|
"_eventsCount": 1,
|
|
},
|
|
},
|
|
"formatDate": [Function],
|
|
"getVariables": [Function],
|
|
"getVariablesFromState": [Function],
|
|
"gnetId": null,
|
|
"graphTooltip": 0,
|
|
"id": null,
|
|
"links": Array [],
|
|
"meta": Object {
|
|
"canEdit": true,
|
|
"canMakeEditable": false,
|
|
"canSave": true,
|
|
"canShare": true,
|
|
"canStar": true,
|
|
"hasUnsavedFolderChange": false,
|
|
"showSettings": true,
|
|
},
|
|
"originalTemplating": Array [],
|
|
"originalTime": Object {
|
|
"from": "now-6h",
|
|
"to": "now",
|
|
},
|
|
"panels": Array [
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 24,
|
|
"x": 0,
|
|
"y": 0,
|
|
},
|
|
"id": 1,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph",
|
|
"transparent": false,
|
|
"type": "graph",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 10,
|
|
},
|
|
"id": 2,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph2",
|
|
"transparent": false,
|
|
"type": "graph2",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 100,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 20,
|
|
},
|
|
"id": 3,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph3",
|
|
"transparent": false,
|
|
"type": "graph3",
|
|
},
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 120,
|
|
},
|
|
"id": 4,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph4",
|
|
"transparent": false,
|
|
"type": "graph4",
|
|
},
|
|
],
|
|
"refresh": undefined,
|
|
"revision": undefined,
|
|
"schemaVersion": 27,
|
|
"snapshot": undefined,
|
|
"style": "dark",
|
|
"tags": Array [],
|
|
"templating": Object {
|
|
"list": Array [],
|
|
},
|
|
"time": Object {
|
|
"from": "now-6h",
|
|
"to": "now",
|
|
},
|
|
"timepicker": Object {},
|
|
"timezone": "",
|
|
"title": "My dashboard",
|
|
"uid": null,
|
|
"version": 0,
|
|
}
|
|
}
|
|
isEditing={false}
|
|
isInView={false}
|
|
isViewing={false}
|
|
panel={
|
|
PanelModel {
|
|
"cachedPluginOptions": Object {},
|
|
"configRev": 0,
|
|
"datasource": null,
|
|
"events": EventBusSrv {
|
|
"emitter": EventEmitter {
|
|
"_events": Object {},
|
|
"_eventsCount": 0,
|
|
},
|
|
},
|
|
"gridPos": Object {
|
|
"h": 10,
|
|
"w": 25,
|
|
"x": 0,
|
|
"y": 120,
|
|
},
|
|
"id": 4,
|
|
"isEditing": false,
|
|
"isInView": false,
|
|
"isViewing": false,
|
|
"options": Object {},
|
|
"replaceVariables": [Function],
|
|
"targets": Array [
|
|
Object {
|
|
"refId": "A",
|
|
},
|
|
],
|
|
"title": "My graph4",
|
|
"transparent": false,
|
|
"type": "graph4",
|
|
}
|
|
}
|
|
/>
|
|
</div>
|
|
</SizeMe(GridWrapper)>
|
|
`;
|