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",
"description": "Hastic app: labeling and rendeting analytics from hastic-server",
"main": "dist/module",

20
src/panel/graph_panel/plugin.json

@ -1,11 +1,11 @@
{
"type": "panel",
"name": "Hastic Graph",
"id": "hastic-graph-panel",
"info": {
"logos": {
"small": "../hastic-app/img/icn-graph-panel.png",
"large": "../hastic-app/img/icn-graph-panel.png"
}
}
{
"type": "panel",
"name": "Hastic Graph",
"id": "corpglory-hastic-graph-panel",
"info": {
"logos": {
"small": "../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",
"name": "Hastic",
"id": "hastic-app",
"id": "corpglory-hastic-app",
"info": {
"author": {
"name": "CorpGlory Inc.",
@ -15,7 +14,7 @@
"version": "0.2.8"
},
"includes": [
{"type": "panel", "name": "Hastic Graph Panel"}
{ "type": "panel", "name": "Hastic Graph Panel" }
],
"dependencies": {
"grafanaVersion": "5.4.x"

Loading…
Cancel
Save