mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 23:37:01 -06:00
Merge branch 'master' of github.com:grafana/grafana
This commit is contained in:
commit
5599bdf1bc
@ -34,13 +34,11 @@
|
||||
"updated": "2015-02-10"
|
||||
},
|
||||
|
||||
"includes": {
|
||||
"dashboards": [],
|
||||
"plugins": [
|
||||
{"type": "panel", "name": "Nginx Panel"},
|
||||
{"type": "datasource", "name": "Nginx Datasource"}
|
||||
]
|
||||
},
|
||||
"includes": [
|
||||
{"type": "dashboard", "name": "Nginx Connection stats", "path": "dashboards/nginx_connection_stats.json"},
|
||||
{"type": "panel", "name": "Nginx Panel"},
|
||||
{"type": "datasource", "name": "Nginx Datasource"}
|
||||
],
|
||||
|
||||
"dependencies": {
|
||||
"grafanaVersion": "3.x.x",
|
||||
|
@ -1,5 +1,5 @@
|
||||
<navbar title="Plugins" title-url="plugins" icon="icon-gf icon-gf-apps">
|
||||
<a href="plugins" class="navbar-page-btn">
|
||||
<a href="plugins/{{ctrl.model.pluginId}}/edit" class="navbar-page-btn">
|
||||
{{ctrl.model.name}}
|
||||
</a>
|
||||
</navbar>
|
||||
|
Loading…
Reference in New Issue
Block a user