Chore: Rename testdata plugin with a fully qualified name (#75104)
This commit is contained in:
committed by
GitHub
parent
d6db9eaeb2
commit
c70623fb85
@@ -1598,7 +1598,7 @@
|
||||
{
|
||||
"name": "TestData",
|
||||
"type": "datasource",
|
||||
"id": "testdata",
|
||||
"id": "grafana-testdata-datasource",
|
||||
"enabled": true,
|
||||
"pinned": false,
|
||||
"info": {
|
||||
@@ -1609,8 +1609,8 @@
|
||||
"description": "Generates test data in different forms",
|
||||
"links": null,
|
||||
"logos": {
|
||||
"small": "/public/app/plugins/datasource/testdata/img/testdata.svg",
|
||||
"large": "/public/app/plugins/datasource/testdata/img/testdata.svg"
|
||||
"small": "/public/app/plugins/datasource/grafana-testdata-datasource/img/testdata.svg",
|
||||
"large": "/public/app/plugins/datasource/grafana-testdata-datasource/img/testdata.svg"
|
||||
},
|
||||
"build": {},
|
||||
"screenshots": null,
|
||||
@@ -1624,7 +1624,7 @@
|
||||
},
|
||||
"latestVersion": "",
|
||||
"hasUpdate": false,
|
||||
"defaultNavUrl": "/plugins/testdata/",
|
||||
"defaultNavUrl": "/plugins/grafana-testdata-datasource/",
|
||||
"category": "",
|
||||
"state": "",
|
||||
"signature": "internal",
|
||||
|
||||
Reference in New Issue
Block a user