Skip to content

Commit 08932b8

Browse files
bbczeuztorkelo
authored andcommitted
InfluxDB data source: Removed 'required' attribute from User/Password (grafana#5820)
1 parent cd9bd5b commit 08932b8

File tree

1 file changed

+2
-2
lines changed
  • public/app/plugins/datasource/influxdb/partials

1 file changed

+2
-2
lines changed

public/app/plugins/datasource/influxdb/partials/config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ <h3 class="page-heading">InfluxDB Details</h3>
1414
<div class="gf-form-inline">
1515
<div class="gf-form max-width-15">
1616
<span class="gf-form-label width-7">User</span>
17-
<input type="text" class="gf-form-input" ng-model='ctrl.current.user' placeholder="" required></input>
17+
<input type="text" class="gf-form-input" ng-model='ctrl.current.user' placeholder=""></input>
1818
</div>
1919
<div class="gf-form max-width-15">
2020
<span class="gf-form-label width-7">Password</span>
21-
<input type="password" class="gf-form-input" ng-model='ctrl.current.password' placeholder="" required></input>
21+
<input type="password" class="gf-form-input" ng-model='ctrl.current.password' placeholder=""></input>
2222
</div>
2323
</div>
2424
</div>

0 commit comments

Comments
 (0)