Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit bbe19eb

Browse files
authored
Updating plugin informations and logo (#15)
1 parent 1443c0a commit bbe19eb

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "grafana-stage-app",
3-
"version": "1.0.0",
4-
"description": "Grafana Stage App",
2+
"name": "novatec-dashboardsync-datasource",
3+
"version": "0.1.0",
4+
"description": "Dashboard Git Synchronization",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",
77
"test": "grafana-toolkit plugin:test",
@@ -10,7 +10,7 @@
1010
"sign": "grafana-toolkit plugin:sign",
1111
"start": "yarn watch"
1212
},
13-
"author": "Novatec",
13+
"author": "Novatec Consulting GmbH",
1414
"license": "Apache-2.0",
1515
"devDependencies": {
1616
"@grafana/data": "latest",

src/img/logo.png

14.6 KB
Loading

src/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/plugin.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,34 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
4-
"name": "Grafana Dashboard Sync Plugin",
4+
"name": "Dashboard Git Synchronization",
55
"id": "novatec-dashboardsync-datasource",
6-
"metrics": true,
6+
"category": "other",
7+
"metrics": false,
8+
"alerting": false,
9+
"annotations": false,
10+
"logs": false,
11+
"tracing": false,
712
"backend": true,
813
"executable": "gpx_grafana-dashboard-sync-plugin",
914
"info": {
10-
"description": "grafana-dashboard-sync-plugin",
15+
"description": "Synchronize dashboards using a Git repository.",
1116
"author": {
1217
"name": "Novatec Consulting GmbH",
1318
"url": "https://www.novatec-gmbh.de/"
1419
},
1520
"keywords": [],
1621
"logos": {
17-
"small": "img/logo.svg",
18-
"large": "img/logo.svg"
22+
"small": "img/logo.png",
23+
"large": "img/logo.png"
1924
},
2025
"links": [
2126
{
2227
"name": "Project site",
2328
"url": "https://github.com/NovatecConsulting/grafana-dashboard-sync-plugin"
2429
},
2530
{
26-
"name": "Apache License",
31+
"name": "Apache-2.0",
2732
"url": "https://github.com/NovatecConsulting/grafana-dashboard-sync-plugin/blob/master/LICENSE"
2833
}
2934
],

0 commit comments

Comments
 (0)