Commit 3aad4e21 by Torkel Ödegaard Committed by GitHub

Merge pull request #15816 from ryantxu/plugin-page-cleanup

cleanup plugin versions
parents 5efa7372 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">
......
......@@ -16,7 +16,6 @@
"logos": {
"small": "img/amazon-web-services.png",
"large": "img/amazon-web-services.png"
},
"version": "5.0.0"
}
}
}
......@@ -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,
......
......@@ -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"
]
}
}
......@@ -22,7 +22,6 @@
"logos": {
"small": "img/influxdb_logo.svg",
"large": "img/influxdb_logo.svg"
},
"version": "5.0.0"
}
}
}
......@@ -12,8 +12,7 @@
"logos": {
"small": "img/mysql_logo.svg",
"large": "img/mysql_logo.svg"
},
"version": "5.0.0"
}
},
"alerting": true,
......
......@@ -18,7 +18,6 @@
"logos": {
"small": "img/opentsdb_logo.png",
"large": "img/opentsdb_logo.png"
},
"version": "5.0.0"
}
}
}
......@@ -12,8 +12,7 @@
"logos": {
"small": "img/postgresql_logo.svg",
"large": "img/postgresql_logo.svg"
},
"version": "5.0.0"
}
},
"alerting": true,
......
......@@ -42,7 +42,6 @@
"name": "Prometheus",
"url": "https://prometheus.io/"
}
],
"version": "5.0.0"
]
}
}
......@@ -14,7 +14,6 @@
"logos": {
"small": "img/icn-singlestat-panel.svg",
"large": "img/icn-singlestat-panel.svg"
},
"version": "5.0.0"
}
}
}
......@@ -14,7 +14,6 @@
"logos": {
"small": "img/icn-dashlist-panel.svg",
"large": "img/icn-dashlist-panel.svg"
},
"version": "5.0.0"
}
}
}
......@@ -14,7 +14,6 @@
"logos": {
"small": "img/icn-graph-panel.svg",
"large": "img/icn-graph-panel.svg"
},
"version": "5.0.0"
}
}
}
......@@ -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"
]
}
}
......@@ -14,7 +14,6 @@
"logos": {
"small": "img/icn-dashlist-panel.svg",
"large": "img/icn-dashlist-panel.svg"
},
"version": "5.0.0"
}
}
}
......@@ -14,7 +14,6 @@
"logos": {
"small": "img/icn-singlestat-panel.svg",
"large": "img/icn-singlestat-panel.svg"
},
"version": "5.0.0"
}
}
}
......@@ -14,7 +14,6 @@
"logos": {
"small": "img/icn-table-panel.svg",
"large": "img/icn-table-panel.svg"
},
"version": "5.0.0"
}
}
}
......@@ -13,7 +13,6 @@
"logos": {
"small": "img/icn-text-panel.svg",
"large": "img/icn-text-panel.svg"
},
"version": "5.0.0"
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment