mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Fix manifest²
This commit is contained in:
parent
6bceb7bb0e
commit
38754e7615
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
"name": "",
|
"name": "",
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"choices": ["auto", "manual"],
|
"choices": ["auto", "manual"],
|
||||||
"default": "manual"
|
"default": "manual",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Should the jobs be automatically run from the apps list?"
|
"en": "Should the jobs be automatically run from the apps list?"
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
"name": "cluster",
|
"name": "cluster",
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"choices": ["cluster", "no"],
|
"choices": ["cluster", "no"],
|
||||||
"default": "no"
|
"default": "no",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Should an LXD cluster be created with this server as first node?"
|
"en": "Should an LXD cluster be created with this server as first node?"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue