Skip to content

Commit

Permalink
chore: change plugin-id to match the grafana orgs slug
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu committed May 3, 2024
1 parent eaa1e81 commit 1c96c86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: grafana/grafana-oss # grafana/grafana-oss:10.0.2
container_name: 'geomap-wms-map-panel'
environment:
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=geomap-wms-panel
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=felixrelleum-geomap-wms-panel
- GF_INSTALL_PLUGINS=marcusolsson-json-datasource,iosb-sensorthings-datasource
# - GF_USERS_DEFAULT_LANGUAGE=de
- GF_LOG_MODE=console file
Expand Down
2 changes: 1 addition & 1 deletion 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 provisioning/dashboards/dashboard_e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
}
],
"type": "geomap-wms-panel"
"type": "felixrelleum-geomap-wms-panel"
},
{
"datasource": {
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "panel",
"name": "Geomap Panel WMS",
"id": "geomap-wms-panel",
"id": "felixrelleum-geomap-wms-panel",
"info": {
"description": "Extension of the Geomap-Plugin by OGC Web Map Service integration",
"author": {
Expand Down

0 comments on commit 1c96c86

Please sign in to comment.