Browse Source

Rename to corpglory-hastic-app #178 (#179)

master
Alexey Velikiy 5 years ago committed by rozetko
parent
commit
b5a58e6f7f
  1. 2
      package.json
  2. 20
      src/panel/graph_panel/plugin.json
  3. 5
      src/plugin.json

2
package.json

@ -1,5 +1,5 @@
{ {
"name": "hastic-grafana-app", "name": "grafana-hastic-app",
"version": "0.2.8", "version": "0.2.8",
"description": "Hastic app: labeling and rendeting analytics from hastic-server", "description": "Hastic app: labeling and rendeting analytics from hastic-server",
"main": "dist/module", "main": "dist/module",

20
src/panel/graph_panel/plugin.json

@ -1,11 +1,11 @@
{ {
"type": "panel", "type": "panel",
"name": "Hastic Graph", "name": "Hastic Graph",
"id": "hastic-graph-panel", "id": "corpglory-hastic-graph-panel",
"info": { "info": {
"logos": { "logos": {
"small": "../hastic-app/img/icn-graph-panel.png", "small": "../hastic-app/img/icn-graph-panel.png",
"large": "../hastic-app/img/icn-graph-panel.png" "large": "../hastic-app/img/icn-graph-panel.png"
} }
} }
} }

5
src/plugin.json

@ -1,8 +1,7 @@
{ {
"type": "app", "type": "app",
"name": "Hastic", "name": "Hastic",
"id": "hastic-app", "id": "corpglory-hastic-app",
"info": { "info": {
"author": { "author": {
"name": "CorpGlory Inc.", "name": "CorpGlory Inc.",
@ -15,7 +14,7 @@
"version": "0.2.8" "version": "0.2.8"
}, },
"includes": [ "includes": [
{"type": "panel", "name": "Hastic Graph Panel"} { "type": "panel", "name": "Hastic Graph Panel" }
], ],
"dependencies": { "dependencies": {
"grafanaVersion": "5.4.x" "grafanaVersion": "5.4.x"

Loading…
Cancel
Save