Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions grafana/rmf-app/.config/webpack/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ const config = async (env): Promise<Configuration> => {
{ from: 'libs/**/*', to: '.', noErrorOnMissing: true }, // Optional
{ from: 'static/**/*', to: '.', noErrorOnMissing: true }, // Optional
{ from: '**/query_help.md', to: '.', noErrorOnMissing: true }, // Optional
{ from: 'datasource/README.md', to: 'datasource', noErrorOnMissing: true }, // Nested datasource README
],
}),
// Replace certain template-variables in the README and plugin.json
Expand Down
2 changes: 1 addition & 1 deletion grafana/rmf-app/src/datasource/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "IBM RMF for z/OS",
"name": "IBM RMF Data Source",
"id": "ibm-rmf-datasource",
"metrics": true,
"backend": true,
Expand Down
2 changes: 1 addition & 1 deletion grafana/rmf-app/src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"includes": [
{
"type": "datasource",
"name": "IBM RMF for z/OS",
"name": "IBM RMF Data Source",
"path": "datasource/plugin.json"
},
{
Expand Down
Loading