Skip to content

Commit

Permalink
Change the org ID
Browse files Browse the repository at this point in the history
I didn't realize that the org id was needed so I cleaned everything
initially but it turns out it's needed ...
  • Loading branch information
ekacnet committed Apr 5, 2024
1 parent b06a877 commit 4d610bc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ e2e-results/
.idea

.eslintcache
cubismgrafana-panel.zip
cubismgrafana-panel
ekacnet-cubismgrafana-panel.zip
ekacnet-cubismgrafana-panel
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cubism-grafana-panel",
"version": "0.0.1",
"version": "0.0.2",
"description": "A panel to display cubism like graph in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
4 changes: 2 additions & 2 deletions provisioning/dashboards/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
],
"title": "Panel Title",
"type": "cubismgrafana-panel"
"type": "ekacnet-cubismgrafana-panel"
},
{
"datasource": {
Expand Down Expand Up @@ -91,7 +91,7 @@
}
],
"title": "Panel Title 2",
"type": "cubismgrafana-panel"
"type": "ekacnet-cubismgrafana-panel"
}
],
"refresh": "",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "Cubism-Grafana-Panel",
"id": "cubismgrafana-panel",
"id": "ekacnet-cubismgrafana-panel",
"info": {
"keywords": ["panel"],
"description": "A panel to display cubism like graph in grafana",
Expand Down

0 comments on commit 4d610bc

Please sign in to comment.