mirror of
https://github.com/grafana/grafana.git
synced 2025-01-18 20:43:26 -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}
|
||||
language="json"
|
||||
showLineNumbers={true}
|
||||
showMiniMap={false}
|
||||
showMiniMap={text && text.length > 100}
|
||||
value={text || ''}
|
||||
readOnly={!isPanelJSON}
|
||||
onBlur={this.onTextChanged}
|
||||
|
Loading…
Reference in New Issue
Block a user