config.html change to default.

This commit is contained in:
Alexander Zobnin
2015-05-17 14:48:55 +03:00
parent 42f9141c7a
commit 6c049cc161
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ function (angular, _, kbn) {
module.factory('ZabbixAPIDatasource', function($q, backendSrv, templateSrv) { module.factory('ZabbixAPIDatasource', function($q, backendSrv, templateSrv) {
function ZabbixAPIDatasource(datasource) { function ZabbixAPIDatasource(datasource) {
this.name = datasource.name;
this.type = 'zabbix'; this.type = 'zabbix';
this.name = datasource.name;
this.url = datasource.url; this.url = datasource.url;

View File

@@ -10,13 +10,13 @@
User User
</li> </li>
<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>
<li class="tight-form-item"> <li class="tight-form-item">
Password Password
</li> </li>
<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> </li>
</ul> </ul>
<div class="clearfix"></div> <div class="clearfix"></div>