From 5f15d0308794994f5bd580c8adf4a40d1e57d203 Mon Sep 17 00:00:00 2001 From: Noah Zalev Date: Sat, 10 Jul 2021 16:53:40 -0400 Subject: [PATCH] Fix myserver errorlog, fix trailling comma --- meshcentral-config-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 44f33db7..836ef518 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -362,7 +362,7 @@ "Backup": { "type": "boolean", "default": true, "description": "Allows administrators to backup the server from the My Server tab." }, "Restore": { "type": "boolean", "default": true, "description": "Allows administrators to restore the server from the My Server tab." }, "Upgrade": { "type": "boolean", "default": true, "description": "Allows administrators to update the server from the My Server tab." }, - "ShowLog": { "type": "boolean", "default": true, "description": "Allows administrators to see the server crash log the server from the My Server tab." }, + "ErrorLog": { "type": "boolean", "default": true, "description": "Allows administrators to see the server crash log the server from the My Server tab." }, "Console": { "type": "boolean", "default": true, "description": "Allows administrators to access the server console from the My Server tab." }, "Trace": { "type": "boolean", "default": true, "description": "Allows administrators to access the server trace tab from from the My Server tab." } } @@ -464,7 +464,7 @@ "properties": { "title": { "type": "string", "default": "MeshCentral Agent", "description": "Displayed on top of the MeshCentral Agent for Android." }, "subtitle": { "type": "string", "default": null, "description": "Subtitle displayed until the title on the toolbar." }, - "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." }, + "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." } } }, "userAllowedIP": { "type": "string" },