Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
fixed plugin-id
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Sep 14, 2018
1 parent b4ddc8c commit 9f809a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Grafana datasource for Consul

[![Travis](https://img.shields.io/travis/sbueringer/grafana-consul-datasource.svg)](https://travis-ci.org/sbueringer/grafana-consul-datasource)[![Codecov](https://img.shields.io/codecov/c/github/sbueringer/grafana-consul-datasource.svg)](https://codecov.io/gh/sbueringer/grafana-consul-datasource)[![CodeFactor](https://www.codefactor.io/repository/github/sbueringer/grafana-consul-datasource/badge)](https://www.codefactor.io/repository/github/sbueringer/grafana-consul-datasource)[![GoReportCard](https://goreportcard.com/badge/github.com/sbueringer/grafana-consul-datasource?style=plastic)](https://goreportcard.com/report/github.com/sbueringer/grafana-consul-datasource)![GitHub release](https://img.shields.io/github/release/sbueringer/grafana-consul-datasource.svg)
[![Travis](https://img.shields.io/travis/sbueringer/grafana-consul-datasource.svg)](https://travis-ci.org/sbueringer/grafana-consul-datasource)[![Codecov](https://img.shields.io/codecov/c/github/sbueringer/grafana-consul-datasource.svg)](https://codecov.io/gh/sbueringer/grafana-consul-datasource)[![CodeFactor](https://www.codefactor.io/repository/github/sbueringer/grafana-consul-datasource/badge)](https://www.codefactor.io/repository/github/sbueringer/grafana-consul-datasource)[![GoReportCard](https://goreportcard.com/badge/github.com/sbueringer/grafana-consul-datasource?style=plastic)](https://goreportcard.com/report/github.com/sbueringer/grafana-consul-datasource)[![GitHub release](https://img.shields.io/github/release/sbueringer/grafana-consul-datasource.svg)](https://github.com/sbueringer/grafana-consul-datasource/releases)

[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/sbueringer/consul-datasource/issues)

Expand Down
4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Consul",
"id": "consul-datasource",
"id": "sbueringer-consul-datasource",
"type": "datasource",

"partials": {
Expand Down Expand Up @@ -30,7 +30,7 @@
{"name": "GitHub", "url": "https://github.com/sbueringer/grafana-consul-datasource"},
{"name": "Apache License 2.0", "url": "https://github.com/sbueringer/grafana-consul-datasource/blob/master/LICENSE"}
],
"version": "0.1.3",
"version": "0.1.4",
"updated": "2018-09-07"
},

Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Consul",
"id": "consul-datasource",
"id": "sbueringer-consul-datasource",
"type": "datasource",

"partials": {
Expand Down Expand Up @@ -30,7 +30,7 @@
{"name": "GitHub", "url": "https://github.com/sbueringer/grafana-consul-datasource"},
{"name": "Apache License 2.0", "url": "https://github.com/sbueringer/grafana-consul-datasource/blob/master/LICENSE"}
],
"version": "0.1.3",
"version": "0.1.4",
"updated": "2018-09-07"
},

Expand Down

0 comments on commit 9f809a4

Please sign in to comment.