Merge branch 'develop'
This commit is contained in:
@@ -23,8 +23,7 @@
|
|||||||
<input class="gf-form-input max-width-21"
|
<input class="gf-form-input max-width-21"
|
||||||
type="password"
|
type="password"
|
||||||
ng-model='ctrl.current.jsonData.password'
|
ng-model='ctrl.current.jsonData.password'
|
||||||
placeholder="password"
|
placeholder="password">
|
||||||
required>
|
|
||||||
</input>
|
</input>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -155,6 +155,7 @@ function ZabbixAPIService($q, alertSrv, zabbixAPICoreService) {
|
|||||||
'state'
|
'state'
|
||||||
],
|
],
|
||||||
sortfield: 'name',
|
sortfield: 'name',
|
||||||
|
webitems: true
|
||||||
};
|
};
|
||||||
if (hostids) {
|
if (hostids) {
|
||||||
params.hostids = hostids;
|
params.hostids = hostids;
|
||||||
|
|||||||
BIN
src/img/zabbix_logo_200.png
Normal file
BIN
src/img/zabbix_logo_200.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
BIN
src/img/zabbix_logo_400.png
Normal file
BIN
src/img/zabbix_logo_400.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
@@ -61,7 +61,7 @@ class TriggerPanelEditorCtrl{
|
|||||||
|
|
||||||
// Get zabbix data sources
|
// Get zabbix data sources
|
||||||
var datasources = _.filter(this.datasourceSrv.getMetricSources(), datasource => {
|
var datasources = _.filter(this.datasourceSrv.getMetricSources(), datasource => {
|
||||||
return datasource.meta.id === 'zabbix-datasource';
|
return datasource.meta.id === 'alexanderzobnin-zabbix-datasource';
|
||||||
});
|
});
|
||||||
this.datasources = _.map(datasources, 'name');
|
this.datasources = _.map(datasources, 'name');
|
||||||
|
|
||||||
@@ -150,7 +150,7 @@ class TriggerPanelEditorCtrl{
|
|||||||
this.popoverSrv.show({
|
this.popoverSrv.show({
|
||||||
element: el,
|
element: el,
|
||||||
placement: 'top',
|
placement: 'top',
|
||||||
templateUrl: 'public/plugins/zabbix-app/panel-triggers/trigger.colorpicker.html',
|
templateUrl: 'public/plugins/alexanderzobnin-zabbix-app/panel-triggers/trigger.colorpicker.html',
|
||||||
scope: popoverScope
|
scope: popoverScope
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -167,7 +167,7 @@ class TriggerPanelEditorCtrl{
|
|||||||
this.popoverSrv.show({
|
this.popoverSrv.show({
|
||||||
element: el,
|
element: el,
|
||||||
placement: 'top',
|
placement: 'top',
|
||||||
templateUrl: 'public/plugins/zabbix-app/panel-triggers/trigger.colorpicker.html',
|
templateUrl: 'public/plugins/alexanderzobnin-zabbix-app/panel-triggers/trigger.colorpicker.html',
|
||||||
scope: popoverScope
|
scope: popoverScope
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -192,7 +192,7 @@ export function triggerPanelEditor() {
|
|||||||
return {
|
return {
|
||||||
restrict: 'E',
|
restrict: 'E',
|
||||||
scope: true,
|
scope: true,
|
||||||
templateUrl: 'public/plugins/zabbix-app/panel-triggers/editor.html',
|
templateUrl: 'public/plugins/alexanderzobnin-zabbix-app/panel-triggers/editor.html',
|
||||||
controller: TriggerPanelEditorCtrl,
|
controller: TriggerPanelEditorCtrl,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,15 +12,20 @@
|
|||||||
"description": "Zabbix plugin for Grafana",
|
"description": "Zabbix plugin for Grafana",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Alexander Zobnin",
|
"name": "Alexander Zobnin",
|
||||||
"url": "https://github.com/alexanderzobnin/grafana-zabbix"
|
"url": "https://github.com/alexanderzobnin"
|
||||||
},
|
},
|
||||||
"keywords": ["zabbix"],
|
"keywords": ["zabbix"],
|
||||||
|
"logos": {
|
||||||
|
"small": "/img/zabbix_logo_200.png",
|
||||||
|
"large": "/img/zabbix_logo_400.png"
|
||||||
|
},
|
||||||
"links": [
|
"links": [
|
||||||
{"name": "Project site", "url": "https://github.com/alexanderzobnin/grafana-zabbix"},
|
{"name": "GitHub", "url": "https://github.com/alexanderzobnin/grafana-zabbix"},
|
||||||
{"name": "License & Terms", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE.md"}
|
{"name": "Docs", "url": "http://docs.grafana-zabbix.org"},
|
||||||
|
{"name": "License", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE.md"}
|
||||||
],
|
],
|
||||||
"version": "3.0.0-beta2",
|
"version": "3.0.0-beta3",
|
||||||
"updated": "2016-04-04"
|
"updated": "2016-04-06"
|
||||||
},
|
},
|
||||||
|
|
||||||
"includes": [
|
"includes": [
|
||||||
|
|||||||
Reference in New Issue
Block a user