Skip to content

Commit d42eaf6

Browse files
committed
renamed id
1 parent c59e558 commit d42eaf6

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ jobs:
7979
path: ci
8080
- store_artifacts:
8181
path: coverage/lcov.info
82+
- store_test_results:
83+
path: coverage

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Test Coverage](https://api.codeclimate.com/v1/badges/3d8db85bc1cc2b95d314/test_coverage)](https://codeclimate.com/github/speakyourcode/grafana-button-panel/test_coverage)
99

1010
This panel allows you to create buttons and define actions for them. It can be
11-
used to add controlling functionality to your dashboards. Actions are defined as
11+
used to add control functionality to your dashboards. Actions are defined as
1212
queries to Datasources.
1313

1414
Multiple buttons are allowed within a single panel, they can be arranged either

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "syc-grafana-button-panel",
3-
"version": "0.1.0",
2+
"name": "speakyourcode-button-panel",
3+
"version": "0.1.1",
44
"description": "Grafana Button Control Panel",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"type": "panel",
33
"name": "Button",
4-
"id": "syc-grafana-button-panel",
4+
"id": "speakyourcode-button-panel",
55
"info": {
6-
"description": "Grafana Button Control Panel",
6+
"description": "Button Control Panel",
77
"author": {
88
"name": "Speak Your Code",
99
"url": "www.speakyourcode.com"

0 commit comments

Comments
 (0)