Fixed datasource config - allow empty password.

This commit is contained in:
Alexander Zobnin
2016-04-06 20:09:19 +03:00
parent 455b88e4ee
commit ff80967ffd

View File

@@ -23,8 +23,7 @@
<input class="gf-form-input max-width-21" <input class="gf-form-input max-width-21"
type="password" type="password"
ng-model='ctrl.current.jsonData.password' ng-model='ctrl.current.jsonData.password'
placeholder="password" placeholder="password">
required>
</input> </input>
</div> </div>