Zipkin: Remove browser access mode (#30360)

* Zipkin: Remove browser access mode

* Update zipkin.md
This commit is contained in:
Zoltán Bedi
2021-01-18 17:31:32 +01:00
committed by GitHub
parent 87f39f60c1
commit d35f9f7ec2
2 changed files with 9 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ export const ConfigEditor: React.FC<Props> = ({ options, onOptionsChange }) => {
<DataSourceHttpSettings
defaultUrl="http://localhost:9411"
dataSourceConfig={options}
showAccessOptions={true}
showAccessOptions={false}
onChange={onOptionsChange}
/>