Fix myserver errorlog, fix trailling comma
Noah Zalev committed
Jul 10, 2021 at 16:53 UTC
5f15d0308794994f5bd580c8adf4a40d1e57d203
1 file changed
+2
-2
meshcentral-config-schema.json
+2
-2
@@ -362,7 +362,7 @@
362
"Backup": { "type": "boolean", "default": true, "description": "Allows administrators to backup the server from the My Server tab." },
363
"Restore": { "type": "boolean", "default": true, "description": "Allows administrators to restore the server from the My Server tab." },
364
"Upgrade": { "type": "boolean", "default": true, "description": "Allows administrators to update the server from the My Server tab." },
365
- "ShowLog": { "type": "boolean", "default": true, "description": "Allows administrators to see the server crash log the server from the My Server tab." },
365
+ "ErrorLog": { "type": "boolean", "default": true, "description": "Allows administrators to see the server crash log the server from the My Server tab." },
366
"Console": { "type": "boolean", "default": true, "description": "Allows administrators to access the server console from the My Server tab." },
367
"Trace": { "type": "boolean", "default": true, "description": "Allows administrators to access the server trace tab from from the My Server tab." }
368
}
@@ -464,7 +464,7 @@
464
"properties": {
465
"title": { "type": "string", "default": "MeshCentral Agent", "description": "Displayed on top of the MeshCentral Agent for Android." },
466
"subtitle": { "type": "string", "default": null, "description": "Subtitle displayed until the title on the toolbar." },
467
- "image": { "type": "string", "default": null, "description": "The filename of a image file in .png format located in meshcentral-data to display in MeshCentral Agent for Android, image should be square and from 64x64 to 128x128." },
467
+ "image": { "type": "string", "default": null, "description": "The filename of a image file in .png format located in meshcentral-data to display in MeshCentral Agent for Android, image should be square and from 64x64 to 128x128." }
468
}
469
},
470
"userAllowedIP": { "type": "string" },