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:
parent
526989e16b
commit
b4334b26aa
@ -91,6 +91,7 @@ exports[`LokiExploreQueryEditor should render component 1`] = `
|
||||
"type": "datasource",
|
||||
},
|
||||
"name": "",
|
||||
"readOnly": false,
|
||||
"type": "",
|
||||
"uid": "",
|
||||
"url": "myloggingurl",
|
||||
|
@ -57,6 +57,7 @@ export function createLokiDatasource(
|
||||
version: '',
|
||||
},
|
||||
},
|
||||
readOnly: false,
|
||||
jsonData: {
|
||||
maxLines: '20',
|
||||
},
|
||||
|
@ -139,6 +139,7 @@ const defaultSettings: DataSourceInstanceSettings<TempoJsonData> = {
|
||||
module: '',
|
||||
baseUrl: '',
|
||||
},
|
||||
readOnly: false,
|
||||
jsonData: {
|
||||
nodeGraph: {
|
||||
enabled: true,
|
||||
|
Loading…
Reference in New Issue
Block a user