From 05f78f2c8a1f528f3d57af8f76f75acdab4e0fc9 Mon Sep 17 00:00:00 2001 From: "lu.xu" <lu.xu@nexedi.com> Date: Fri, 11 Jun 2021 11:39:46 +0200 Subject: [PATCH] software/theia: 'disabled' replaced by 'user-controlled' for autorun' --- software/theia/instance-input-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/theia/instance-input-schema.json b/software/theia/instance-input-schema.json index 5ef985c28..bc90fada9 100644 --- a/software/theia/instance-input-schema.json +++ b/software/theia/instance-input-schema.json @@ -5,12 +5,12 @@ "properties": { "autorun": { "title": "Automatically Run Sofware/Instance", - "description": "The option used to pilot automatic build and run of software and instances hosted inside Theia. When 'running', build and run is done automatically in the background. When 'stopped' build and run processes are stopped and need to be run manually. When 'disabled', the user can manage it directly in the local supervisord. ", + "description": "The option used to pilot automatic build and run of software and instances hosted inside Theia. When 'running', build and run is done automatically in the background. When 'stopped' build and run processes are stopped and need to be run manually. When 'user-controlled', the user can manage it directly in the local supervisord. ", "type": "string", "enum": [ "running", "stopped", - "disabled" + "user-controlled" ], "default": "running" }, -- 2.30.9