mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-28 09:14:32 -04:00
Text update
This commit is contained in:
parent
a419aa527f
commit
8cb26d2b31
4 changed files with 20 additions and 17 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue