Files
grafana/pkg/services/store/kind/dashboard/testdata/panel-with-library-panel-field-info.json
T
Arati R. 47cd8288cd SearchV2: Fix reading library panels (#92961)
* Fix reading of library panel field
* Add test to check reading of library panel field
2024-09-05 13:42:15 +02:00

30 lines
587 B
JSON

{
"id": 345,
"title": "The libraryPanel field should get read properly despite the version being an integer",
"tags": null,
"datasource": [
{
"uid": "default.uid",
"type": "default.type"
}
],
"panels": [
{
"id": 454,
"title": "Example title",
"type": "timeseries",
"libraryPanel": "dfkljg98345dkf",
"datasource": [
{
"uid": "default.uid",
"type": "default.type"
}
]
}
],
"schemaVersion": 39,
"linkCount": 0,
"timeFrom": "now-6h",
"timeTo": "now",
"timezone": ""
}