mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
1b4f6b19cb
commit
3110a9c238
@ -23,7 +23,7 @@ export function JSONViewCell(props: TableCellProps): JSX.Element {
|
||||
value = JSON.parse(value);
|
||||
} catch {} // ignore errors
|
||||
} else {
|
||||
displayValue = JSON.stringify(value);
|
||||
displayValue = JSON.stringify(value, null, ' ');
|
||||
}
|
||||
|
||||
const content = <JSONTooltip value={value} />;
|
||||
|
Loading…
Reference in New Issue
Block a user