Plugins: Update all core plugins with raise issue and docs links (#101929)

* update all core plugins with raise issue and docs links

* fix plugin loader test, run prettier

* fix test

* update test results for api plugin tests
This commit is contained in:
Yulia Shanyrova
2025-03-12 14:15:46 +01:00
committed by GitHub
parent c9f563e576
commit 3f2eb087ea
58 changed files with 790 additions and 95 deletions
@@ -87,6 +87,9 @@ func TestLoader_Load(t *testing.T) {
Small: "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png",
Large: "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png",
},
Links: []plugins.InfoLink{
{Name: "Raise issue", URL: "https://github.com/grafana/grafana/issues/new"},
},
},
Includes: []*plugins.Includes{
{Name: "EC2", Path: "dashboards/ec2.json", Type: "dashboard", Role: "Viewer"},