Text update

This commit is contained in:
NeuralMiner 2021-10-15 19:12:09 -06:00
parent a419aa527f
commit 8cb26d2b31
4 changed files with 20 additions and 17 deletions

View file

@ -467,7 +467,7 @@ export default {
return;
}
// Beautiful the JSON format
// Beautify the JSON format
if (this.monitor.body) {
this.monitor.body = JSON.stringify(JSON.parse(this.monitor.body), null, 4);
}