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