config.html change to default.
This commit is contained in:
@@ -12,8 +12,8 @@ function (angular, _, kbn) {
|
||||
module.factory('ZabbixAPIDatasource', function($q, backendSrv, templateSrv) {
|
||||
|
||||
function ZabbixAPIDatasource(datasource) {
|
||||
this.name = datasource.name;
|
||||
this.type = 'zabbix';
|
||||
this.name = datasource.name;
|
||||
|
||||
this.url = datasource.url;
|
||||
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
User
|
||||
</li>
|
||||
<li>
|
||||
<input type="text" class="tight-form-input input-large" ng-model='current.zabbixUser' placeholder=""></input>
|
||||
<input type="text" class="tight-form-input input-large" ng-model='current.user' placeholder=""></input>
|
||||
</li>
|
||||
<li class="tight-form-item">
|
||||
Password
|
||||
</li>
|
||||
<li>
|
||||
<input type="password" class="tight-form-input input-large" ng-model='current.zabbixPassword' placeholder=""></input>
|
||||
<input type="password" class="tight-form-input input-large" ng-model='current.password' placeholder=""></input>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
Reference in New Issue
Block a user