Expressions: Fixes the issue showing expressions editor (#62510)

* Use suggested value for uid

* update the snapshot

* use __expr__

* replace all -100 with __expr__

* update snapshot

* more changes

* revert redundant change

* Use expr.DatasourceUID where it's possible

* generate files
This commit is contained in:
ismail simsek
2023-01-31 18:50:10 +01:00
committed by GitHub
parent fdb1a47ca2
commit 91221bc436
54 changed files with 259 additions and 242 deletions
@@ -220,14 +220,14 @@
},
{
"refId": "B",
"datasourceUid": "-100",
"datasourceUid": "__expr__",
"queryType": "",
"model": {
"refId": "B",
"hide": false,
"type": "reduce",
"datasource": {
"uid": "-100",
"uid": "__expr__",
"type": "__expr__"
},
"conditions": [
@@ -261,14 +261,14 @@
},
{
"refId": "C",
"datasourceUid": "-100",
"datasourceUid": "__expr__",
"queryType": "",
"model": {
"refId": "C",
"hide": false,
"type": "threshold",
"datasource": {
"uid": "-100",
"uid": "__expr__",
"type": "__expr__"
},
"conditions": [
@@ -303,4 +303,4 @@
}
]
}
}
}