File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 79
79
path : ci
80
80
- store_artifacts :
81
81
path : coverage/lcov.info
82
+ - store_test_results :
83
+ path : coverage
Original file line number Diff line number Diff line change 8
8
[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/3d8db85bc1cc2b95d314/test_coverage )] ( https://codeclimate.com/github/speakyourcode/grafana-button-panel/test_coverage )
9
9
10
10
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
12
12
queries to Datasources.
13
13
14
14
Multiple buttons are allowed within a single panel, they can be arranged either
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " syc-grafana -button-panel" ,
3
- "version" : " 0.1.0 " ,
2
+ "name" : " speakyourcode -button-panel" ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Grafana Button Control Panel" ,
5
5
"scripts" : {
6
6
"build" : " grafana-toolkit plugin:build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " panel" ,
3
3
"name" : " Button" ,
4
- "id" : " syc-grafana -button-panel" ,
4
+ "id" : " speakyourcode -button-panel" ,
5
5
"info" : {
6
- "description" : " Grafana Button Control Panel" ,
6
+ "description" : " Button Control Panel" ,
7
7
"author" : {
8
8
"name" : " Speak Your Code" ,
9
9
"url" : " www.speakyourcode.com"
You can’t perform that action at this time.
0 commit comments