mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: add missing properties to mocks (#54290)
* Chore: add missing properties to mocks * update snapshot
This commit is contained in:
@@ -91,6 +91,7 @@ exports[`LokiExploreQueryEditor should render component 1`] = `
|
|||||||
"type": "datasource",
|
"type": "datasource",
|
||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
|
"readOnly": false,
|
||||||
"type": "",
|
"type": "",
|
||||||
"uid": "",
|
"uid": "",
|
||||||
"url": "myloggingurl",
|
"url": "myloggingurl",
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ export function createLokiDatasource(
|
|||||||
version: '',
|
version: '',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
readOnly: false,
|
||||||
jsonData: {
|
jsonData: {
|
||||||
maxLines: '20',
|
maxLines: '20',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -139,6 +139,7 @@ const defaultSettings: DataSourceInstanceSettings<TempoJsonData> = {
|
|||||||
module: '',
|
module: '',
|
||||||
baseUrl: '',
|
baseUrl: '',
|
||||||
},
|
},
|
||||||
|
readOnly: false,
|
||||||
jsonData: {
|
jsonData: {
|
||||||
nodeGraph: {
|
nodeGraph: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user