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
3aad4e21
Unverified
Commit
3aad4e21
authored
Mar 06, 2019
by
Torkel Ödegaard
Committed by
GitHub
Mar 06, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15816 from ryantxu/plugin-page-cleanup
cleanup plugin versions
parents
5efa7372
909d4250
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
18 additions
and
36 deletions
+18
-36
public/app/features/plugins/partials/plugin_edit.html
+2
-2
public/app/plugins/datasource/cloudwatch/plugin.json
+1
-2
public/app/plugins/datasource/elasticsearch/plugin.json
+1
-4
public/app/plugins/datasource/graphite/plugin.json
+1
-2
public/app/plugins/datasource/influxdb/plugin.json
+1
-2
public/app/plugins/datasource/mysql/plugin.json
+1
-2
public/app/plugins/datasource/opentsdb/plugin.json
+1
-2
public/app/plugins/datasource/postgres/plugin.json
+1
-2
public/app/plugins/datasource/prometheus/plugin.json
+1
-2
public/app/plugins/panel/alertlist/plugin.json
+1
-2
public/app/plugins/panel/dashlist/plugin.json
+1
-2
public/app/plugins/panel/graph/plugin.json
+1
-2
public/app/plugins/panel/heatmap/plugin.json
+1
-2
public/app/plugins/panel/pluginlist/plugin.json
+1
-2
public/app/plugins/panel/singlestat/plugin.json
+1
-2
public/app/plugins/panel/table/plugin.json
+1
-2
public/app/plugins/panel/text/plugin.json
+1
-2
No files found.
public/app/features/plugins/partials/plugin_edit.html
View file @
3aad4e21
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</div>
</div>
<aside
class=
"page-sidebar"
>
<aside
class=
"page-sidebar"
>
<section
class=
"page-sidebar-section"
>
<section
class=
"page-sidebar-section"
ng-if=
"ctrl.model.info.version"
>
<h4>
Version
</h4>
<h4>
Version
</h4>
<span>
{{ctrl.model.info.version}}
</span>
<span>
{{ctrl.model.info.version}}
</span>
<div
ng-show=
"ctrl.model.hasUpdate"
>
<div
ng-show=
"ctrl.model.hasUpdate"
>
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</li>
</li>
</ul>
</ul>
</section>
</section>
<section
class=
"page-sidebar-section"
>
<section
class=
"page-sidebar-section"
ng-if=
"ctrl.model.info.links"
>
<h5>
Links
</h4>
<h5>
Links
</h4>
<ul
class=
"ui-list"
>
<ul
class=
"ui-list"
>
<li
ng-repeat=
"link in ctrl.model.info.links"
>
<li
ng-repeat=
"link in ctrl.model.info.links"
>
...
...
public/app/plugins/datasource/cloudwatch/plugin.json
View file @
3aad4e21
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/amazon-web-services.png"
,
"small"
:
"img/amazon-web-services.png"
,
"large"
:
"img/amazon-web-services.png"
"large"
:
"img/amazon-web-services.png"
},
}
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/datasource/elasticsearch/plugin.json
View file @
3aad4e21
...
@@ -14,10 +14,7 @@
...
@@ -14,10 +14,7 @@
"small"
:
"img/elasticsearch.svg"
,
"small"
:
"img/elasticsearch.svg"
,
"large"
:
"img/elasticsearch.svg"
"large"
:
"img/elasticsearch.svg"
},
},
"links"
:
[
"links"
:
[{
"name"
:
"elastic.co"
,
"url"
:
"https://www.elastic.co/products/elasticsearch"
}]
{
"name"
:
"elastic.co"
,
"url"
:
"https://www.elastic.co/products/elasticsearch"
}
],
"version"
:
"5.0.0"
},
},
"alerting"
:
true
,
"alerting"
:
true
,
...
...
public/app/plugins/datasource/graphite/plugin.json
View file @
3aad4e21
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
"name"
:
"Graphite 1.1 Release"
,
"name"
:
"Graphite 1.1 Release"
,
"url"
:
"https://grafana.com/blog/2018/01/11/graphite-1.1-teaching-an-old-dog-new-tricks/"
"url"
:
"https://grafana.com/blog/2018/01/11/graphite-1.1-teaching-an-old-dog-new-tricks/"
}
}
],
]
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/datasource/influxdb/plugin.json
View file @
3aad4e21
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/influxdb_logo.svg"
,
"small"
:
"img/influxdb_logo.svg"
,
"large"
:
"img/influxdb_logo.svg"
"large"
:
"img/influxdb_logo.svg"
},
}
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/datasource/mysql/plugin.json
View file @
3aad4e21
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/mysql_logo.svg"
,
"small"
:
"img/mysql_logo.svg"
,
"large"
:
"img/mysql_logo.svg"
"large"
:
"img/mysql_logo.svg"
},
}
"version"
:
"5.0.0"
},
},
"alerting"
:
true
,
"alerting"
:
true
,
...
...
public/app/plugins/datasource/opentsdb/plugin.json
View file @
3aad4e21
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/opentsdb_logo.png"
,
"small"
:
"img/opentsdb_logo.png"
,
"large"
:
"img/opentsdb_logo.png"
"large"
:
"img/opentsdb_logo.png"
},
}
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/datasource/postgres/plugin.json
View file @
3aad4e21
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/postgresql_logo.svg"
,
"small"
:
"img/postgresql_logo.svg"
,
"large"
:
"img/postgresql_logo.svg"
"large"
:
"img/postgresql_logo.svg"
},
}
"version"
:
"5.0.0"
},
},
"alerting"
:
true
,
"alerting"
:
true
,
...
...
public/app/plugins/datasource/prometheus/plugin.json
View file @
3aad4e21
...
@@ -42,7 +42,6 @@
...
@@ -42,7 +42,6 @@
"name"
:
"Prometheus"
,
"name"
:
"Prometheus"
,
"url"
:
"https://prometheus.io/"
"url"
:
"https://prometheus.io/"
}
}
],
]
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/panel/alertlist/plugin.json
View file @
3aad4e21
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/icn-singlestat-panel.svg"
,
"small"
:
"img/icn-singlestat-panel.svg"
,
"large"
:
"img/icn-singlestat-panel.svg"
"large"
:
"img/icn-singlestat-panel.svg"
},
}
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/panel/dashlist/plugin.json
View file @
3aad4e21
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/icn-dashlist-panel.svg"
,
"small"
:
"img/icn-dashlist-panel.svg"
,
"large"
:
"img/icn-dashlist-panel.svg"
"large"
:
"img/icn-dashlist-panel.svg"
},
}
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/panel/graph/plugin.json
View file @
3aad4e21
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/icn-graph-panel.svg"
,
"small"
:
"img/icn-graph-panel.svg"
,
"large"
:
"img/icn-graph-panel.svg"
"large"
:
"img/icn-graph-panel.svg"
},
}
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/panel/heatmap/plugin.json
View file @
3aad4e21
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
"links"
:
[
"links"
:
[
{
"name"
:
"Brendan Gregg - Heatmaps"
,
"url"
:
"http://www.brendangregg.com/heatmaps.html"
},
{
"name"
:
"Brendan Gregg - Heatmaps"
,
"url"
:
"http://www.brendangregg.com/heatmaps.html"
},
{
"name"
:
"Brendan Gregg - Latency Heatmaps"
,
"url"
:
" http://www.brendangregg.com/HeatMaps/latency.html"
}
{
"name"
:
"Brendan Gregg - Latency Heatmaps"
,
"url"
:
" http://www.brendangregg.com/HeatMaps/latency.html"
}
],
]
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/panel/pluginlist/plugin.json
View file @
3aad4e21
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/icn-dashlist-panel.svg"
,
"small"
:
"img/icn-dashlist-panel.svg"
,
"large"
:
"img/icn-dashlist-panel.svg"
"large"
:
"img/icn-dashlist-panel.svg"
},
}
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/panel/singlestat/plugin.json
View file @
3aad4e21
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/icn-singlestat-panel.svg"
,
"small"
:
"img/icn-singlestat-panel.svg"
,
"large"
:
"img/icn-singlestat-panel.svg"
"large"
:
"img/icn-singlestat-panel.svg"
},
}
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/panel/table/plugin.json
View file @
3aad4e21
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/icn-table-panel.svg"
,
"small"
:
"img/icn-table-panel.svg"
,
"large"
:
"img/icn-table-panel.svg"
"large"
:
"img/icn-table-panel.svg"
},
}
"version"
:
"5.0.0"
}
}
}
}
public/app/plugins/panel/text/plugin.json
View file @
3aad4e21
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
"logos"
:
{
"logos"
:
{
"small"
:
"img/icn-text-panel.svg"
,
"small"
:
"img/icn-text-panel.svg"
,
"large"
:
"img/icn-text-panel.svg"
"large"
:
"img/icn-text-panel.svg"
},
}
"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