|
@@ -6,7 +6,7 @@
|
|
|
<div class="gf-form-inline">
|
|
<div class="gf-form-inline">
|
|
|
<div class="gf-form max-width-30">
|
|
<div class="gf-form max-width-30">
|
|
|
<span class="gf-form-label width-7">Url</span>
|
|
<span class="gf-form-label width-7">Url</span>
|
|
|
- <input class="gf-form-input" type="text" ng-model='current.url' placeholder="for example: http://localhost:8081" ng-pattern="/^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/" required></input>
|
|
|
|
|
|
|
+ <input class="gf-form-input" type="text" ng-model='current.url' placeholder="for example: http://localhost:8081" bs-typeahead="suggestDefaultUrl" ng-pattern="/^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/" required></input>
|
|
|
<info-popover mode="right-absolute">
|
|
<info-popover mode="right-absolute">
|
|
|
<p>Specify a complete HTTP url (for example http://your_server:8080)</p>
|
|
<p>Specify a complete HTTP url (for example http://your_server:8080)</p>
|
|
|
<span ng-show="current.access === 'direct'">
|
|
<span ng-show="current.access === 'direct'">
|
|
@@ -57,7 +57,7 @@
|
|
|
|
|
|
|
|
<div class="gf-form" ng-if="current.basicAuth">
|
|
<div class="gf-form" ng-if="current.basicAuth">
|
|
|
<span class="gf-form-label width-7">
|
|
<span class="gf-form-label width-7">
|
|
|
- Passord
|
|
|
|
|
|
|
+ Password
|
|
|
</span>
|
|
</span>
|
|
|
<input class="gf-form-input max-width-21" type="password" ng-model='current.basicAuthPassword' placeholder="password" required></input>
|
|
<input class="gf-form-input max-width-21" type="password" ng-model='current.basicAuthPassword' placeholder="password" required></input>
|
|
|
</div>
|
|
</div>
|