Skip to content

Commit e6d86c4

Browse files
committed
fix: updated logo and replaced ZincObserve with OpenObserve
1 parent eddc1c3 commit e6d86c4

File tree

6 files changed

+12
-55
lines changed

6 files changed

+12
-55
lines changed

src/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<!-- This README file is going to be the one displayed on the Grafana.com website for your plugin -->
22

3-
# ZincObserve
4-
5-
ZincObserve
3+
# OpenObserve
64

5+
OpenObserve
76

87
# License
98

10-
ZincObserve commercial license. Please contact hello@zinclabs.io for more information.
9+
OpenObserve commercial license. Please contact hello@openobserve.ai for more information.

src/components/QueryEditor.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const instanceSettings: DataSourceInstanceSettings<MyDataSourceOptions> = {
2424
description: 'Zinc observe',
2525
links: [],
2626
logos: {
27-
small: 'public/plugins/zinc-grafanatest-datasource/img/logo.svg',
28-
large: 'public/plugins/zinc-grafanatest-datasource/img/logo.svg',
27+
small: 'public/plugins/zinc-grafanatest-datasource/img/logo.png',
28+
large: 'public/plugins/zinc-grafanatest-datasource/img/logo.png',
2929
},
3030
build: {},
3131
screenshots: [],

src/datasource.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ describe('DataSource', () => {
8686
description: 'Zinc observe',
8787
links: [],
8888
logos: {
89-
small: 'public/plugins/zinc-grafanatest-datasource/img/logo.svg',
90-
large: 'public/plugins/zinc-grafanatest-datasource/img/logo.svg',
89+
small: 'public/plugins/zinc-grafanatest-datasource/img/logo.png',
90+
large: 'public/plugins/zinc-grafanatest-datasource/img/logo.png',
9191
},
9292
build: {},
9393
screenshots: [],

src/img/logo.png

41.1 KB
Loading

src/img/logo.svg

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/plugin.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
"info": {
77
"description": "OpenObserve",
88
"author": {
9-
"name": "ZincLabs"
9+
"name": "OpenObserve"
1010
},
11-
"keywords": [
12-
"OpenObserve"
13-
],
11+
"keywords": ["OpenObserve"],
1412
"logos": {
15-
"small": "img/logo.svg",
16-
"large": "img/logo.svg"
13+
"small": "img/logo.png",
14+
"large": "img/logo.png"
1715
},
1816
"links": [],
1917
"screenshots": [],
@@ -26,4 +24,4 @@
2624
},
2725
"logs": true,
2826
"metrics": true
29-
}
27+
}

0 commit comments

Comments
 (0)