Commit 05f78f2c authored by Lu Xu's avatar Lu Xu 👀

software/theia: 'disabled' replaced by 'user-controlled' for autorun'

parent 00607ab7
Pipeline #16000 failed with stage
in 0 seconds
......@@ -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"
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment