Fixed a minor plugin json lingering issue

pull/15368/head
Torkel Ödegaard 6 years ago
parent c839034f45
commit 88ef2e1d32
  1. 4
      public/app/plugins/panel/text/plugin.json
  2. 3
      public/app/plugins/panel/text2/plugin.json

@ -3,11 +3,13 @@
"name": "Text",
"id": "text",
"dataFormats": [],
"info": {
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
},
"logos": {
"small": "img/icn-text-panel.svg",
"large": "img/icn-text-panel.svg"

@ -3,7 +3,8 @@
"name": "Text v2",
"id": "text2",
"state": "alpha",
"noQueries": true,
"dataFormats": [],
"info": {
"author": {

Loading…
Cancel
Save