Skip to content

Commit d3889b5

Browse files
committed
chore: added logo
1 parent 15ce6d9 commit d3889b5

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ version: '3.0'
22

33
services:
44
grafana:
5-
container_name: 'zinc-grafanatest-datasource'
5+
container_name: 'zinclabs-zincobserve'
66
build:
77
context: ./.config
88
args:
99
grafana_version: ${GRAFANA_VERSION:-9.3.8}
1010
ports:
1111
- 3000:3000/tcp
1212
volumes:
13-
- ./dist:/var/lib/grafana/plugins/zinc-grafanatest-datasource
13+
- ./dist:/var/lib/grafana/plugins/zinclabs-zincobserve
1414
- ./provisioning:/etc/grafana/provisioning

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"server": "docker-compose up --build",
1616
"sign": "npx --yes @grafana/sign-plugin@latest"
1717
},
18-
"author": "Zinc",
18+
"author": "ZincLabs",
1919
"license": "Apache-2.0",
2020
"devDependencies": {
2121
"@babel/core": "^7.16.7",

src/img/logo.svg

Lines changed: 4 additions & 1 deletion
Loading

src/plugin.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"name": "ZincObserve",
55
"id": "zinclabs-zincobserve",
66
"info": {
7-
"description": "Zinc observe",
7+
"description": "Zinc Observe",
88
"author": {
9-
"name": "Zinc"
9+
"name": "ZincLabs"
1010
},
1111
"keywords": ["ZincObserve"],
1212
"logos": {
13-
"small": "img/logo.svg",
14-
"large": "img/logo.svg"
13+
"small": "img/logo.png",
14+
"large": "img/logo.png"
1515
},
1616
"links": [],
1717
"screenshots": [],

0 commit comments

Comments
 (0)