mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 18:03:36 +08:00
Text update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user