@ -3,13 +3,18 @@
< div class = "gf-form-group" >
< div class = "gf-form-group" >
< 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-10" > URL< / span >
< span class = "gf-form-label width-10" > Hastic Server URL< / span >
< input class = "gf-form-input" type = "text"
< input
ng-model='current.url' placeholder="http://localhost:8000"
class="gf-form-input" type="text"
bs-typeahead="getSuggestUrls" min-length="0"
placeholder="http://localhost:8000"
ng-pattern="/^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=& %@!\-\/]))?$/" required>< / input >
ng-model='current.url'
bs-typeahead="getSuggestUrls"
min-length="0"
ng-pattern="/^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=& %@!\-\/]))?$/"
required
/>
< 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 Hastic Server H TTP URL (for example http://your_hastic _server:8080)< / p >
< span ng-show = "current.access === 'direct'" >
< span ng-show = "current.access === 'direct'" >
Your access method is < em > Browser< / em > , this means the URL
Your access method is < em > Browser< / em > , this means the URL
needs to be accessible from the browser.
needs to be accessible from the browser.
@ -22,11 +27,15 @@
< / div >
< / div >
< / div >
< / div >
< div class = "gf-form-inline" ng-if = "showAccessOption" >
< 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-10" > Access< / span >
< span class = "gf-form-label width-10" > Access< / span >
< div class = "gf-form-select-wrapper max-width-24" >
< div class = "gf-form-select-wrapper max-width-24" >
< select class = "gf-form-input" ng-model = "current.access" ng-options = "f.key as f.value for f in [{key: 'proxy', value: 'Server (Default)'}, { key: 'direct', value: 'Browser'}]" > < / select >
< select
class="gf-form-input"
ng-model="current.access"
ng-options="f.key as f.value for f in ctrl.accessOptions"
/>
< / div >
< / div >
< / div >
< / div >
< div class = "gf-form" >
< div class = "gf-form" >