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
909d4250
Commit
909d4250
authored
Mar 05, 2019
by
ryan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup plugin versions
parent
b5826110
Hide 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 @
909d4250
...
...
@@ -25,7 +25,7 @@
</div>
<aside
class=
"page-sidebar"
>
<section
class=
"page-sidebar-section"
>
<section
class=
"page-sidebar-section"
ng-if=
"ctrl.model.info.version"
>
<h4>
Version
</h4>
<span>
{{ctrl.model.info.version}}
</span>
<div
ng-show=
"ctrl.model.hasUpdate"
>
...
...
@@ -54,7 +54,7 @@
</li>
</ul>
</section>
<section
class=
"page-sidebar-section"
>
<section
class=
"page-sidebar-section"
ng-if=
"ctrl.model.info.links"
>
<h5>
Links
</h4>
<ul
class=
"ui-list"
>
<li
ng-repeat=
"link in ctrl.model.info.links"
>
...
...
public/app/plugins/datasource/cloudwatch/plugin.json
View file @
909d4250
...
...
@@ -16,7 +16,6 @@
"logos"
:
{
"small"
:
"img/amazon-web-services.png"
,
"large"
:
"img/amazon-web-services.png"
},
"version"
:
"5.0.0"
}
}
}
public/app/plugins/datasource/elasticsearch/plugin.json
View file @
909d4250
...
...
@@ -14,10 +14,7 @@
"small"
:
"img/elasticsearch.svg"
,
"large"
:
"img/elasticsearch.svg"
},
"links"
:
[
{
"name"
:
"elastic.co"
,
"url"
:
"https://www.elastic.co/products/elasticsearch"
}
],
"version"
:
"5.0.0"
"links"
:
[{
"name"
:
"elastic.co"
,
"url"
:
"https://www.elastic.co/products/elasticsearch"
}]
},
"alerting"
:
true
,
...
...
public/app/plugins/datasource/graphite/plugin.json
View file @
909d4250
...
...
@@ -31,7 +31,6 @@
"name"
:
"Graphite 1.1 Release"
,
"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 @
909d4250
...
...
@@ -22,7 +22,6 @@
"logos"
:
{
"small"
:
"img/influxdb_logo.svg"
,
"large"
:
"img/influxdb_logo.svg"
},
"version"
:
"5.0.0"
}
}
}
public/app/plugins/datasource/mysql/plugin.json
View file @
909d4250
...
...
@@ -12,8 +12,7 @@
"logos"
:
{
"small"
:
"img/mysql_logo.svg"
,
"large"
:
"img/mysql_logo.svg"
},
"version"
:
"5.0.0"
}
},
"alerting"
:
true
,
...
...
public/app/plugins/datasource/opentsdb/plugin.json
View file @
909d4250
...
...
@@ -18,7 +18,6 @@
"logos"
:
{
"small"
:
"img/opentsdb_logo.png"
,
"large"
:
"img/opentsdb_logo.png"
},
"version"
:
"5.0.0"
}
}
}
public/app/plugins/datasource/postgres/plugin.json
View file @
909d4250
...
...
@@ -12,8 +12,7 @@
"logos"
:
{
"small"
:
"img/postgresql_logo.svg"
,
"large"
:
"img/postgresql_logo.svg"
},
"version"
:
"5.0.0"
}
},
"alerting"
:
true
,
...
...
public/app/plugins/datasource/prometheus/plugin.json
View file @
909d4250
...
...
@@ -42,7 +42,6 @@
"name"
:
"Prometheus"
,
"url"
:
"https://prometheus.io/"
}
],
"version"
:
"5.0.0"
]
}
}
public/app/plugins/panel/alertlist/plugin.json
View file @
909d4250
...
...
@@ -14,7 +14,6 @@
"logos"
:
{
"small"
:
"img/icn-singlestat-panel.svg"
,
"large"
:
"img/icn-singlestat-panel.svg"
},
"version"
:
"5.0.0"
}
}
}
public/app/plugins/panel/dashlist/plugin.json
View file @
909d4250
...
...
@@ -14,7 +14,6 @@
"logos"
:
{
"small"
:
"img/icn-dashlist-panel.svg"
,
"large"
:
"img/icn-dashlist-panel.svg"
},
"version"
:
"5.0.0"
}
}
}
public/app/plugins/panel/graph/plugin.json
View file @
909d4250
...
...
@@ -14,7 +14,6 @@
"logos"
:
{
"small"
:
"img/icn-graph-panel.svg"
,
"large"
:
"img/icn-graph-panel.svg"
},
"version"
:
"5.0.0"
}
}
}
public/app/plugins/panel/heatmap/plugin.json
View file @
909d4250
...
...
@@ -18,7 +18,6 @@
"links"
:
[
{
"name"
:
"Brendan Gregg - Heatmaps"
,
"url"
:
"http://www.brendangregg.com/heatmaps.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 @
909d4250
...
...
@@ -14,7 +14,6 @@
"logos"
:
{
"small"
:
"img/icn-dashlist-panel.svg"
,
"large"
:
"img/icn-dashlist-panel.svg"
},
"version"
:
"5.0.0"
}
}
}
public/app/plugins/panel/singlestat/plugin.json
View file @
909d4250
...
...
@@ -14,7 +14,6 @@
"logos"
:
{
"small"
:
"img/icn-singlestat-panel.svg"
,
"large"
:
"img/icn-singlestat-panel.svg"
},
"version"
:
"5.0.0"
}
}
}
public/app/plugins/panel/table/plugin.json
View file @
909d4250
...
...
@@ -14,7 +14,6 @@
"logos"
:
{
"small"
:
"img/icn-table-panel.svg"
,
"large"
:
"img/icn-table-panel.svg"
},
"version"
:
"5.0.0"
}
}
}
public/app/plugins/panel/text/plugin.json
View file @
909d4250
...
...
@@ -13,7 +13,6 @@
"logos"
:
{
"small"
:
"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