mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Inspect: Hide minimap in json view
This commit is contained in:
parent
c0762b6ddc
commit
0dd5c4e69d
@ -142,7 +142,7 @@ export class InspectJSONTab extends PureComponent<Props, State> {
|
||||
height={height}
|
||||
language="json"
|
||||
showLineNumbers={true}
|
||||
showMiniMap={text && text.length > 100}
|
||||
showMiniMap={false}
|
||||
value={text || ''}
|
||||
readOnly={!isPanelJSON}
|
||||
onBlur={this.onTextChanged}
|
||||
|
Loading…
Reference in New Issue
Block a user