Initial Zabbix app for Grafana 3.0.

This commit is contained in:
Alexander Zobnin
2016-03-28 23:28:04 +03:00
parent 5e30783859
commit 6f2db1c2fb
7 changed files with 92 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
<h3 class="page-heading">Zabbix App 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>

4
src/components/config.js Normal file
View File

@@ -0,0 +1,4 @@
export class ZabbixAppConfigCtrl {
constructor() { }
}
ZabbixAppConfigCtrl.templateUrl = 'components/config.html';