mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TestData: Remove references to TestData "DB" (#62603)
* remove refs testdatadb * fix trailing semi-colon * remove pluginName completely
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
"label": "gdev-testdata",
|
||||
"description": "",
|
||||
"type": "datasource",
|
||||
"pluginId": "testdata",
|
||||
"pluginName": "TestData DB"
|
||||
"pluginId": "testdata"
|
||||
}
|
||||
],
|
||||
"__requires": [
|
||||
@@ -19,7 +18,7 @@
|
||||
{
|
||||
"type": "datasource",
|
||||
"id": "testdata",
|
||||
"name": "TestData DB",
|
||||
"name": "TestData",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user