<selectclass="gf-form-input"ng-model="current.access"ng-options="f for f in ['direct', 'proxy']"></select>
<info-popovermode="right-absolute">
Direct = URL is used directly from browser<br>
Proxy = Grafana backend will proxy the request
</info-popover>
<divclass="gf-form-select-wrapper max-width-24">
<selectclass="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>