<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>
<gf-form-switchclass="gf-form"label="With Credentials"tooltip="Whether credentials such as cookies or auth headers should be sent with cross-site requests."checked="current.withCredentials"label-class="width-11"switch-class="max-width-6"></gf-form-switch>
<gf-form-switchclass="gf-form"ng-if="current.access=='proxy'"label="With CA Cert"tooltip="Needed for verifing self-signed TLS Certs"checked="current.jsonData.tlsAuthWithCACert"label-class="width-11"switch-class="max-width-6"></gf-form-switch>