InfluxDB data source: Removed 'required' attribute from User/Password (#5820)

This commit is contained in:
Claudius Zingerli 2016-08-15 17:56:46 +02:00 committed by Torkel Ödegaard
parent cd9bd5be17
commit 08932b8ebc

View File

@ -14,11 +14,11 @@
<div class="gf-form-inline">
<div class="gf-form max-width-15">
<span class="gf-form-label width-7">User</span>
<input type="text" class="gf-form-input" ng-model='ctrl.current.user' placeholder="" required></input>
<input type="text" class="gf-form-input" ng-model='ctrl.current.user' placeholder=""></input>
</div>
<div class="gf-form max-width-15">
<span class="gf-form-label width-7">Password</span>
<input type="password" class="gf-form-input" ng-model='ctrl.current.password' placeholder="" required></input>
<input type="password" class="gf-form-input" ng-model='ctrl.current.password' placeholder=""></input>
</div>
</div>
</div>