File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
public/app/plugins/datasource/influxdb/partials Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ <h3 class="page-heading">InfluxDB Details</h3>
14
14
< div class ="gf-form-inline ">
15
15
< div class ="gf-form max-width-15 ">
16
16
< 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 >
18
18
</ div >
19
19
< div class ="gf-form max-width-15 ">
20
20
< 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 >
22
22
</ div >
23
23
</ div >
24
24
</ div >
You can’t perform that action at this time.
0 commit comments