config.html change to default.
This commit is contained in:
@@ -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