Access <tip>Direct = url is used directly from browser, Proxy = Grafana backend will proxy the request</label>
</li>
<li>
<selectclass="input-medium tight-form-input"ng-model="current.jsonData.access"ng-options="f for f in ['direct', 'proxy']"ng-init="current.jsonData.access = current.jsonData.access || 'direct'"></select>