Merge branch 'develop'

This commit is contained in:
Alexander Zobnin
2016-04-04 21:00:09 +03:00
4 changed files with 9 additions and 21 deletions

View File

@@ -1,13 +1 @@
<h3 class="page-heading">Zabbix App Config</h3> <h3 class="page-heading">Zabbix Plugin Config</h3>
<div class="gf-form-group">
<div class="gf-form-inline">
<div class="gf-form">
<span class="gf-form-label">json Data property</span>
<input type="text" class="gf-form-input" ng-model="ctrl.appModel.jsonData.customText" >
</div>
<div class="gf-form">
<editor-checkbox text="Custom value" model="ctrl.appModel.jsonData.customCheckbox"></editor-checkbox>
</div>
</div>
</div>

View File

@@ -1,7 +1,7 @@
{ {
"type": "datasource", "type": "datasource",
"name": "Zabbix", "name": "Zabbix",
"id": "zabbix-datasource", "id": "alexanderzobnin-zabbix-datasource",
"metrics": true, "metrics": true,
"annotations": true, "annotations": true,
@@ -9,7 +9,7 @@
"info": { "info": {
"author": { "author": {
"name": "Alexander Zobnin", "name": "Alexander Zobnin",
"url": "http://grafana-zabbix.org" "url": "https://github.com/alexanderzobnin/grafana-zabbix"
} }
} }
} }

View File

@@ -1,12 +1,12 @@
{ {
"type": "panel", "type": "panel",
"name": "Zabbix Triggers", "name": "Zabbix Triggers",
"id": "zabbix-triggers-panel", "id": "alexanderzobnin-zabbix-triggers-panel",
"info": { "info": {
"author": { "author": {
"name": "Alexander Zobnin", "name": "Alexander Zobnin",
"url": "http://grafana-zabbix.org" "url": "https://github.com/alexanderzobnin/grafana-zabbix"
} }
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"type": "app", "type": "app",
"name": "Zabbix App", "name": "Zabbix",
"id": "zabbix-app", "id": "alexanderzobnin-zabbix-app",
"css": { "css": {
"dark": "css/dark.css", "dark": "css/dark.css",
@@ -12,14 +12,14 @@
"description": "Zabbix plugin for Grafana", "description": "Zabbix plugin for Grafana",
"author": { "author": {
"name": "Alexander Zobnin", "name": "Alexander Zobnin",
"url": "http://grafana-zabbix.org" "url": "https://github.com/alexanderzobnin/grafana-zabbix"
}, },
"keywords": ["zabbix"], "keywords": ["zabbix"],
"links": [ "links": [
{"name": "Project site", "url": "https://github.com/alexanderzobnin/grafana-zabbix"}, {"name": "Project site", "url": "https://github.com/alexanderzobnin/grafana-zabbix"},
{"name": "License & Terms", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE.md"} {"name": "License & Terms", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE.md"}
], ],
"version": "1.0.0-beta1", "version": "3.0.0-beta1",
"updated": "2016-03-31" "updated": "2016-03-31"
}, },