Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
57086608
Commit
57086608
authored
Feb 12, 2019
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated a few plugin json files with dataFormats
parent
a1453607
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
6 deletions
+13
-6
public/app/plugins/panel/gauge/plugin.json
+2
-0
public/app/plugins/panel/graph/plugin.json
+3
-2
public/app/plugins/panel/heatmap/plugin.json
+2
-0
public/app/plugins/panel/singlestat/plugin.json
+3
-2
public/app/plugins/panel/table/plugin.json
+3
-2
No files found.
public/app/plugins/panel/gauge/plugin.json
View file @
57086608
...
...
@@ -3,6 +3,8 @@
"name"
:
"Gauge"
,
"id"
:
"gauge"
,
"dataFormats"
:
[
"time_series"
],
"info"
:
{
"author"
:
{
"name"
:
"Grafana Project"
,
...
...
public/app/plugins/panel/graph/plugin.json
View file @
57086608
...
...
@@ -3,12 +3,14 @@
"name"
:
"Graph"
,
"id"
:
"graph"
,
"dataFormats"
:
[
"time_series"
,
"table"
],
"info"
:
{
"description"
:
"Graph Panel for Grafana"
,
"author"
:
{
"name"
:
"Grafana Project"
,
"url"
:
"https://grafana.com"
},
},
"logos"
:
{
"small"
:
"img/icn-graph-panel.svg"
,
"large"
:
"img/icn-graph-panel.svg"
...
...
@@ -16,4 +18,3 @@
"version"
:
"5.0.0"
}
}
public/app/plugins/panel/heatmap/plugin.json
View file @
57086608
...
...
@@ -3,6 +3,8 @@
"name"
:
"Heatmap"
,
"id"
:
"heatmap"
,
"dataFormats"
:
[
"time_series"
],
"info"
:
{
"description"
:
"Heatmap Panel for Grafana"
,
"author"
:
{
...
...
public/app/plugins/panel/singlestat/plugin.json
View file @
57086608
...
...
@@ -3,12 +3,14 @@
"name"
:
"Singlestat"
,
"id"
:
"singlestat"
,
"dataFormats"
:
[
"time_series"
,
"table"
],
"info"
:
{
"description"
:
"Singlestat Panel for Grafana"
,
"author"
:
{
"name"
:
"Grafana Project"
,
"url"
:
"https://grafana.com"
},
},
"logos"
:
{
"small"
:
"img/icn-singlestat-panel.svg"
,
"large"
:
"img/icn-singlestat-panel.svg"
...
...
@@ -16,4 +18,3 @@
"version"
:
"5.0.0"
}
}
public/app/plugins/panel/table/plugin.json
View file @
57086608
...
...
@@ -3,12 +3,14 @@
"name"
:
"Table"
,
"id"
:
"table"
,
"dataFormats"
:
[
"table"
,
"time_series"
],
"info"
:
{
"description"
:
"Table Panel for Grafana"
,
"author"
:
{
"name"
:
"Grafana Project"
,
"url"
:
"https://grafana.com"
},
},
"logos"
:
{
"small"
:
"img/icn-table-panel.svg"
,
"large"
:
"img/icn-table-panel.svg"
...
...
@@ -16,4 +18,3 @@
"version"
:
"5.0.0"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment