Skip to content

Commit e62575c

Browse files
committed
use correct organisation name
1 parent 34d32d2 commit e62575c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- '3000:3000'
77
volumes:
88
- grafana-storage:/var/lib/grafana
9-
- .:/var/lib/grafana/plugins/oc-iconstat-panel/
9+
- .:/var/lib/grafana/plugins/orchestracities-iconstat-panel/
1010
- ./etc/grafana/grafana.ini:/etc/grafana/grafana.ini
1111
environment:
1212
- GF_SECURITY_ADMIN_USER=${GRAFANA_USERNAME}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "oc-icon-stat-panel",
2+
"name": "orchestracities-iconstat-panel",
33
"version": "1.2.0",
44
"description": "",
55
"scripts": {

src/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "panel",
44
"name": "Orchestra Cities Icon Stat Panel",
5-
"id": "oc-iconstat-panel",
5+
"id": "orchestracities-iconstat-panel",
66
"info": {
77
"description": "",
88
"author": {

0 commit comments

Comments
 (0)