update to tiramisu-rc2 + leader/followers support

This commit is contained in:
Emmanuel Garette 2019-03-05 08:26:58 +01:00
parent 13dc94a687
commit ba548c8c80
614 changed files with 746 additions and 484 deletions

View File

@ -1 +1 @@
{"options.boolean": {"doc": "Boolean 1", "name": "boolean", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "bool"}}
{"options.boolean": {"doc": "Boolean 1", "name": "boolean", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "boolean"}}

View File

@ -1 +1 @@
{"options.boolean": "default"}
{"options.boolean": {"null": "default"}}

View File

@ -1 +1 @@
{"options.boolean": []}
{"options.boolean": {"null": []}}

View File

@ -1 +1 @@
{"options.boolean": []}
{"options.boolean": {"null": []}}

View File

@ -1 +1 @@
{"options.boolean": {"doc": "Boolean 1 frozen", "name": "boolean", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "bool"}}
{"options.boolean": {"doc": "Boolean 1 frozen", "name": "boolean", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "boolean"}}

View File

@ -1 +1 @@
{"options.boolean": "default"}
{"options.boolean": {"null": "default"}}

View File

@ -1 +1 @@
{"options.boolean": ["frozen"]}
{"options.boolean": {"null": ["frozen"]}}

View File

@ -1 +1 @@
{"options.boolean": []}
{"options.boolean": {"null": []}}

View File

@ -1 +1 @@
{"options.choice": {"doc": "Choice description", "name": "choice", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "choice"}}
{"options.choice": {"doc": "Choice description", "name": "choice", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "choice"}}

View File

@ -1 +1 @@
{"options.choice": "default"}
{"options.choice": {"null": "default"}}

View File

@ -1 +1 @@
{"options.choice": []}
{"options.choice": {"null": []}}

View File

@ -1 +1 @@
{"options.choice": []}
{"options.choice": {"null": []}}

View File

@ -1 +1 @@
{"options.choice": {"doc": "Choice description frozen", "name": "choice", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "choice"}}
{"options.choice": {"doc": "Choice description frozen", "name": "choice", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "choice"}}

View File

@ -1 +1 @@
{"options.choice": "default"}
{"options.choice": {"null": "default"}}

View File

@ -1 +1 @@
{"options.choice": ["frozen"]}
{"options.choice": {"null": ["frozen"]}}

View File

@ -1 +1 @@
{"options.choice": []}
{"options.choice": {"null": []}}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"doc": "Choice description leader", "name": "choice1", "isoptiondescription": false, "isleader": true, "isfollower": false, "issymlinkoption": false, "ismulti": true, "type": "choice"}, "options.choice1.choice2": {"doc": "Choice description follower 1", "name": "choice2", "isoptiondescription": false, "isleader": false, "isfollower": true, "issymlinkoption": false, "ismulti": true, "type": "choice"}, "options.choice1.choice3": {"doc": "Choice description follower 2", "name": "choice3", "isoptiondescription": false, "isleader": false, "isfollower": true, "issymlinkoption": false, "ismulti": true, "type": "choice"}, "options.choice1.choice4": {"doc": "Choice description follower 3", "name": "choice4", "isoptiondescription": false, "isleader": false, "isfollower": true, "issymlinkoption": false, "ismulti": true, "type": "choice"}}

View File

@ -0,0 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.choice1": {"name": "options.choice1", "properties": {"options.choice1.choice1": {"name": "options.choice1.choice1", "type": "choice", "isMulti": true, "enum": ["choice 1", "choice 2"], "title": "Choice description leader"}, "options.choice1.choice2": {"name": "options.choice1.choice2", "type": "choice", "isMulti": true, "enum": ["", "choice 3", "choice 4"], "title": "Choice description follower 1"}, "options.choice1.choice3": {"name": "options.choice1.choice3", "type": "choice", "isMulti": true, "enum": ["", "choice 5", "choice 6"], "title": "Choice description follower 2"}, "options.choice1.choice4": {"name": "options.choice1.choice4", "type": "choice", "isMulti": true, "enum": ["", "choice 7", "choice 8"], "title": "Choice description follower 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "options.choice1.choice1", "required": true}], "form": [{"key": "options.choice1.choice1", "type": "choice"}, {"key": "options.choice1.choice2", "type": "choice"}, {"key": "options.choice1.choice3", "type": "choice"}, {"key": "options.choice1.choice4", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"null": "default"}, "options.choice1.choice2": {}, "options.choice1.choice3": {}, "options.choice1.choice4": {}}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"null": ["empty"]}, "options.choice1.choice2": {}, "options.choice1.choice3": {}, "options.choice1.choice4": {}}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"null": []}, "options.choice1.choice2": {}, "options.choice1.choice3": {}, "options.choice1.choice4": {}}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"doc": "Choice description leader", "name": "choice1", "isoptiondescription": false, "isleader": true, "isfollower": false, "issymlinkoption": false, "ismulti": true, "type": "choice"}, "options.choice1.choice2": {"doc": "Choice description follower 1", "name": "choice2", "isoptiondescription": false, "isleader": false, "isfollower": true, "issymlinkoption": false, "ismulti": true, "type": "choice"}, "options.choice1.choice4": {"doc": "Choice description follower 3", "name": "choice4", "isoptiondescription": false, "isleader": false, "isfollower": true, "issymlinkoption": false, "ismulti": true, "type": "choice"}}

View File

@ -0,0 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.choice1": {"name": "options.choice1", "properties": {"options.choice1.choice1": {"name": "options.choice1.choice1", "type": "choice", "isMulti": true, "enum": ["choice 1", "choice 2"], "title": "Choice description leader"}, "options.choice1.choice2": {"name": "options.choice1.choice2", "type": "choice", "isMulti": true, "enum": ["", "choice 3", "choice 4"], "title": "Choice description follower 1"}, "options.choice1.choice3": {"name": "options.choice1.choice3", "type": "choice", "isMulti": true, "enum": ["", "choice 5", "choice 6"], "title": "Choice description follower 2 hidden"}, "options.choice1.choice4": {"name": "options.choice1.choice4", "type": "choice", "isMulti": true, "enum": ["", "choice 7", "choice 8"], "title": "Choice description follower 3"}}, "type": "array", "title": "Slave 2 is hidden"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "options.choice1.choice1", "required": true}, {"key": "options.choice1.choice3", "display": false, "hidden": true}], "form": [{"key": "options.choice1.choice1", "type": "choice"}, {"key": "options.choice1.choice2", "type": "choice"}, {"key": "options.choice1.choice3", "type": "choice"}, {"key": "options.choice1.choice4", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"null": "default"}, "options.choice1.choice2": {}, "options.choice1.choice4": {}}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"null": ["empty"]}, "options.choice1.choice2": {}, "options.choice1.choice4": {}}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"null": []}, "options.choice1.choice2": {}, "options.choice1.choice4": {}}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"doc": "Choice leader", "name": "choice1", "isoptiondescription": false, "isleader": true, "isfollower": false, "issymlinkoption": false, "ismulti": true, "type": "choice"}, "options.choice1.choice2": {"doc": "Choice follower 1", "name": "choice2", "isoptiondescription": false, "isleader": false, "isfollower": true, "issymlinkoption": false, "ismulti": true, "type": "choice"}, "options.choice1.choice3": {"doc": "Choice follower 2", "name": "choice3", "isoptiondescription": false, "isleader": false, "isfollower": true, "issymlinkoption": false, "ismulti": true, "type": "choice"}, "options.choice1.choice4": {"doc": "Choice follower 3", "name": "choice4", "isoptiondescription": false, "isleader": false, "isfollower": true, "issymlinkoption": false, "ismulti": true, "type": "choice"}}

View File

@ -0,0 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.choice1": {"name": "options.choice1", "properties": {"options.choice1.choice1": {"name": "options.choice1.choice1", "type": "choice", "isMulti": true, "enum": ["choice 1", "choice 2"], "title": "Choice leader"}, "options.choice1.choice2": {"name": "options.choice1.choice2", "type": "choice", "isMulti": true, "enum": ["", "choice 3", "choice 4"], "title": "Choice follower 1"}, "options.choice1.choice3": {"name": "options.choice1.choice3", "type": "choice", "isMulti": true, "enum": ["", "choice 5", "choice 6"], "title": "Choice follower 2"}, "options.choice1.choice4": {"name": "options.choice1.choice4", "type": "choice", "isMulti": true, "enum": ["", "choice 7", "choice 8"], "title": "Choice follower 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "options.choice1.choice1", "required": true, "value": ["choice 2"], "owner": "user"}, {"key": "options.choice1.choice2", "index": 0, "value": "choice 4", "owner": "user"}], "form": [{"key": "options.choice1.choice1", "type": "choice"}, {"key": "options.choice1.choice2", "type": "choice"}, {"key": "options.choice1.choice3", "type": "choice"}, {"key": "options.choice1.choice4", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"null": "user"}, "options.choice1.choice2": {"0": "user"}, "options.choice1.choice3": {"0": "default"}, "options.choice1.choice4": {"0": "default"}}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"null": ["empty"]}, "options.choice1.choice2": {"0": []}, "options.choice1.choice3": {"0": []}, "options.choice1.choice4": {"0": []}}

View File

@ -0,0 +1 @@
{"options.choice1.choice1": {"null": []}, "options.choice1.choice2": {"0": []}, "options.choice1.choice3": {"0": []}, "options.choice1.choice4": {"0": []}}

View File

@ -1 +0,0 @@
{"schema": {"options": {"name": "options", "properties": {"options.choice1": {"name": "options.choice1", "properties": {"options.choice1.choice1": {"name": "options.choice1.choice1", "type": "choice", "isMulti": true, "enum": ["choice 1", "choice 2"], "title": "Choice description master"}, "options.choice1.choice2": {"name": "options.choice1.choice2", "type": "choice", "isMulti": true, "enum": ["", "choice 3", "choice 4"], "title": "Choice description slave 1"}, "options.choice1.choice3": {"name": "options.choice1.choice3", "type": "choice", "isMulti": true, "enum": ["", "choice 5", "choice 6"], "title": "Choice description slave 2"}, "options.choice1.choice4": {"name": "options.choice1.choice4", "type": "choice", "isMulti": true, "enum": ["", "choice 7", "choice 8"], "title": "Choice description slave 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "options.choice1.choice1", "required": true}], "form": [{"key": "options.choice1.choice1", "type": "choice"}, {"key": "options.choice1.choice2", "type": "choice"}, {"key": "options.choice1.choice3", "type": "choice"}, {"key": "options.choice1.choice4", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -1 +0,0 @@
{"schema": {"options": {"name": "options", "properties": {"options.choice1": {"name": "options.choice1", "properties": {"options.choice1.choice1": {"name": "options.choice1.choice1", "type": "choice", "isMulti": true, "enum": ["choice 1", "choice 2"], "title": "Choice description master"}, "options.choice1.choice2": {"name": "options.choice1.choice2", "type": "choice", "isMulti": true, "enum": ["", "choice 3", "choice 4"], "title": "Choice description slave 1"}, "options.choice1.choice3": {"name": "options.choice1.choice3", "type": "choice", "isMulti": true, "enum": ["", "choice 5", "choice 6"], "title": "Choice description slave 2 hidden"}, "options.choice1.choice4": {"name": "options.choice1.choice4", "type": "choice", "isMulti": true, "enum": ["", "choice 7", "choice 8"], "title": "Choice description slave 3"}}, "type": "array", "title": "Slave 2 is hidden"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "options.choice1.choice1", "required": true}, {"key": "options.choice1.choice3", "display": false, "hidden": true}], "form": [{"key": "options.choice1.choice1", "type": "choice"}, {"key": "options.choice1.choice2", "type": "choice"}, {"key": "options.choice1.choice3", "type": "choice"}, {"key": "options.choice1.choice4", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -1 +0,0 @@
{"schema": {"options": {"name": "options", "properties": {"options.choice1": {"name": "options.choice1", "properties": {"options.choice1.choice1": {"name": "options.choice1.choice1", "type": "choice", "isMulti": true, "enum": ["choice 1", "choice 2"], "title": "Choice master"}, "options.choice1.choice2": {"name": "options.choice1.choice2", "type": "choice", "isMulti": true, "enum": ["", "choice 3", "choice 4"], "title": "Choice slave 1"}, "options.choice1.choice3": {"name": "options.choice1.choice3", "type": "choice", "isMulti": true, "enum": ["", "choice 5", "choice 6"], "title": "Choice slave 2"}, "options.choice1.choice4": {"name": "options.choice1.choice4", "type": "choice", "isMulti": true, "enum": ["", "choice 7", "choice 8"], "title": "Choice slave 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "options.choice1.choice1", "required": true, "value": ["choice 2"], "owner": "user"}, {"key": "options.choice1.choice2", "index": 0, "value": "choice 4", "owner": "user"}], "form": [{"key": "options.choice1.choice1", "type": "choice"}, {"key": "options.choice1.choice2", "type": "choice"}, {"key": "options.choice1.choice3", "type": "choice"}, {"key": "options.choice1.choice4", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -1 +1 @@
{"options.choice": {"doc": "Choice description", "name": "choice", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": true, "type": "choice"}}
{"options.choice": {"doc": "Choice description", "name": "choice", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": true, "type": "choice"}}

View File

@ -1 +1 @@
{"options.choice": "default"}
{"options.choice": {"null": "default"}}

View File

@ -1 +1 @@
{"options.choice": ["empty"]}
{"options.choice": {"null": ["empty"]}}

View File

@ -1 +1 @@
{"options.choice": []}
{"options.choice": {"null": []}}

View File

@ -1 +1 @@
{"options.choice": {"doc": "Choice description", "name": "choice", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "choice"}}
{"options.choice": {"doc": "Choice description", "name": "choice", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "choice"}}

View File

@ -1 +1 @@
{"options.choice": "default"}
{"options.choice": {"null": "default"}}

View File

@ -1 +1 @@
{"options.choice": []}
{"options.choice": {"null": []}}

View File

@ -1 +1 @@
{"options.choice": []}
{"options.choice": {"null": []}}

View File

@ -1 +1 @@
{"options.choice": {"doc": "Choice description", "name": "choice", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "choice"}}
{"options.choice": {"doc": "Choice description", "name": "choice", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "choice"}}

View File

@ -1 +1 @@
{"options.choice": "default"}
{"options.choice": {"null": "default"}}

View File

@ -1 +1 @@
{"options.choice": ["mandatory"]}
{"options.choice": {"null": ["mandatory"]}}

View File

@ -1 +1 @@
{"options.choice": []}
{"options.choice": {"null": []}}

View File

@ -1 +1 @@
{"options.date": {"doc": "Date description", "name": "date", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "date"}}
{"options.date": {"doc": "Date description", "name": "date", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "date"}}

View File

@ -1 +1 @@
{"options.date": "default"}
{"options.date": {"null": "default"}}

View File

@ -1 +1 @@
{"options.date": []}
{"options.date": {"null": []}}

View File

@ -1 +1 @@
{"options.date": []}
{"options.date": {"null": []}}

View File

@ -1 +1 @@
{"options.date": {"doc": "Date description frozen", "name": "date", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "date"}}
{"options.date": {"doc": "Date description frozen", "name": "date", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "date"}}

View File

@ -1 +1 @@
{"options.date": "default"}
{"options.date": {"null": "default"}}

View File

@ -1 +1 @@
{"options.date": ["frozen"]}
{"options.date": {"null": ["frozen"]}}

View File

@ -1 +1 @@
{"options.date": []}
{"options.date": {"null": []}}

View File

@ -1 +1 @@
{"usbpath": {"doc": "Chemin d'acc\u00e8s", "name": "usbpath", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "filename"}}
{"usbpath": {"doc": "Chemin d'acc\u00e8s", "name": "usbpath", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "file name"}}

View File

@ -1 +1 @@
{"schema": {"usbpath": {"name": "usbpath", "type": "string", "title": "Chemin d'acc\u00e8s"}}, "model": [{"key": "usbpath", "required": true}], "form": [{"key": "usbpath", "pattern": "^[a-zA-Z0-9\\-\\._~/+]+$", "type": "input"}, {"title": "Configurer", "type": "submit"}]}
{"schema": {"usbpath": {"name": "usbpath", "type": "file name", "title": "Chemin d'acc\u00e8s"}}, "model": [{"key": "usbpath", "required": true}], "form": [{"key": "usbpath", "pattern": "^[a-zA-Z0-9\\-\\._~/+]+$"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -1 +1 @@
{"usbpath": "default"}
{"usbpath": {"null": "default"}}

View File

@ -1 +1 @@
{"usbpath": ["mandatory"]}
{"usbpath": {"null": ["mandatory"]}}

View File

@ -1 +1 @@
{"usbpath": []}
{"usbpath": {"null": []}}

View File

@ -1 +1 @@
{"options.hostname1": {"doc": "Domainname Description", "name": "hostname1", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "domainname"}, "options.hostname2": {"doc": "Domainname without dot Description", "name": "hostname2", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "domainname"}, "options.hostname3": {"doc": "Hostname or IP Description", "name": "hostname3", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "domainname"}, "options.hostname4": {"doc": "Netbios Description", "name": "hostname4", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "domainname"}}
{"options.hostname1": {"doc": "Domainname Description", "name": "hostname1", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "domain name"}, "options.hostname2": {"doc": "Domainname without dot Description", "name": "hostname2", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "domain name"}, "options.hostname3": {"doc": "Hostname or IP Description", "name": "hostname3", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "domain name"}, "options.hostname4": {"doc": "Netbios Description", "name": "hostname4", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "domain name"}}

View File

@ -1 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.hostname1": {"name": "options.hostname1", "type": "domain", "title": "Domainname Description"}, "options.hostname2": {"name": "options.hostname2", "type": "domain", "title": "Domainname without dot Description"}, "options.hostname3": {"name": "options.hostname3", "type": "domain", "title": "Hostname or IP Description"}, "options.hostname4": {"name": "options.hostname4", "type": "domain", "title": "Netbios Description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "options.hostname1", "pattern": "^((?!-)[a-z0-9-]{1,63}\\.){1,}[a-z0-9-]{1,63}$", "type": "input"}, {"key": "options.hostname2", "pattern": "^((?!-)[a-z0-9-]{0,63}\\.){0,}[a-z0-9-]{1,63}$", "type": "input"}, {"key": "options.hostname3", "pattern": "^(?:((?!-)[a-z0-9-]{1,63})|(?:(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)))$", "type": "input"}, {"key": "options.hostname4", "pattern": "^((?!-)[a-z0-9-]{1,15})$", "type": "input"}, {"title": "Configurer", "type": "submit"}]}
{"schema": {"options": {"name": "options", "properties": {"options.hostname1": {"name": "options.hostname1", "type": "domain name", "title": "Domainname Description"}, "options.hostname2": {"name": "options.hostname2", "type": "domain name", "title": "Domainname without dot Description"}, "options.hostname3": {"name": "options.hostname3", "type": "domain name", "title": "Hostname or IP Description"}, "options.hostname4": {"name": "options.hostname4", "type": "domain name", "title": "Netbios Description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"title": "Configurer", "type": "submit"}]}

View File

@ -1 +1 @@
{"options.hostname1": "default", "options.hostname2": "default", "options.hostname3": "default", "options.hostname4": "default"}
{"options.hostname1": {"null": "default"}, "options.hostname2": {"null": "default"}, "options.hostname3": {"null": "default"}, "options.hostname4": {"null": "default"}}

View File

@ -1 +1 @@
{"options.hostname1": [], "options.hostname2": [], "options.hostname3": [], "options.hostname4": []}
{"options.hostname1": {"null": []}, "options.hostname2": {"null": []}, "options.hostname3": {"null": []}, "options.hostname4": {"null": []}}

View File

@ -1 +1 @@
{"options.hostname1": [], "options.hostname2": [], "options.hostname3": [], "options.hostname4": []}
{"options.hostname1": {"null": []}, "options.hostname2": {"null": []}, "options.hostname3": {"null": []}, "options.hostname4": {"null": []}}

View File

@ -1 +1 @@
{"options.ip": {"doc": "IP Description", "name": "ip", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "ip"}}
{"options.ip": {"doc": "IP Description", "name": "ip", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "IP"}}

View File

@ -1 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.ip": {"name": "options.ip", "type": "string", "title": "IP Description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "options.ip", "pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$", "type": "input"}, {"title": "Configurer", "type": "submit"}]}
{"schema": {"options": {"name": "options", "properties": {"options.ip": {"name": "options.ip", "type": "IP", "title": "IP Description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "options.ip", "pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -1 +1 @@
{"options.ip": "default"}
{"options.ip": {"null": "default"}}

View File

@ -1 +1 @@
{"options.ip": []}
{"options.ip": {"null": []}}

View File

@ -1 +1 @@
{"options.ip": []}
{"options.ip": {"null": []}}

View File

@ -1 +1 @@
{"options.ip": {"doc": "IP Description frozen", "name": "ip", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "ip"}}
{"options.ip": {"doc": "IP Description frozen", "name": "ip", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "IP"}}

View File

@ -1 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.ip": {"name": "options.ip", "type": "string", "title": "IP Description frozen"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "options.ip", "readOnly": true}], "form": [{"key": "options.ip", "pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$", "type": "input"}, {"title": "Configurer", "type": "submit"}]}
{"schema": {"options": {"name": "options", "properties": {"options.ip": {"name": "options.ip", "type": "IP", "title": "IP Description frozen"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "options.ip", "readOnly": true}], "form": [{"key": "options.ip", "pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -1 +1 @@
{"options.ip": "default"}
{"options.ip": {"null": "default"}}

View File

@ -1 +1 @@
{"options.ip": ["frozen"]}
{"options.ip": {"null": ["frozen"]}}

View File

@ -1 +1 @@
{"options.ip": []}
{"options.ip": {"null": []}}

View File

@ -1 +1 @@
{"options.mail": {"doc": "Mail Description", "name": "mail", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "email"}}
{"options.mail": {"doc": "Mail Description", "name": "mail", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "email address"}}

View File

@ -1 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.mail": {"name": "options.mail", "type": "string", "title": "Mail Description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "options.mail", "pattern": "^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*$", "type": "input"}, {"title": "Configurer", "type": "submit"}]}
{"schema": {"options": {"name": "options", "properties": {"options.mail": {"name": "options.mail", "type": "email address", "title": "Mail Description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "options.mail", "pattern": "^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*$"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -1 +1 @@
{"options.mail": "default"}
{"options.mail": {"null": "default"}}

View File

@ -1 +1 @@
{"options.mail": []}
{"options.mail": {"null": []}}

View File

@ -1 +1 @@
{"options.mail": []}
{"options.mail": {"null": []}}

View File

@ -1 +1 @@
{"options.integer": {"doc": "integer 1", "name": "integer", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "int"}}
{"options.integer": {"doc": "integer 1", "name": "integer", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "integer"}}

View File

@ -1 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.integer": {"name": "options.integer", "type": "number", "title": "integer 1"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "options.integer", "allowedpattern": "[0-9]", "type": "input"}, {"title": "Configurer", "type": "submit"}]}
{"schema": {"options": {"name": "options", "properties": {"options.integer": {"name": "options.integer", "type": "integer", "title": "integer 1"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"title": "Configurer", "type": "submit"}]}

View File

@ -1 +1 @@
{"options.integer": "default"}
{"options.integer": {"null": "default"}}

View File

@ -1 +1 @@
{"options.integer": []}
{"options.integer": {"null": []}}

View File

@ -1 +1 @@
{"options.integer": []}
{"options.integer": {"null": []}}

View File

@ -1 +1 @@
{"options.integer": {"doc": "integer 1 frozen", "name": "integer", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "int"}}
{"options.integer": {"doc": "integer 1 frozen", "name": "integer", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "integer"}}

View File

@ -1 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.integer": {"name": "options.integer", "type": "number", "title": "integer 1 frozen"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "options.integer", "readOnly": true}], "form": [{"key": "options.integer", "allowedpattern": "[0-9]", "type": "input"}, {"title": "Configurer", "type": "submit"}]}
{"schema": {"options": {"name": "options", "properties": {"options.integer": {"name": "options.integer", "type": "integer", "title": "integer 1 frozen"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "options.integer", "readOnly": true}], "form": [{"title": "Configurer", "type": "submit"}]}

View File

@ -1 +1 @@
{"options.integer": "default"}
{"options.integer": {"null": "default"}}

View File

@ -1 +1 @@
{"options.integer": ["frozen"]}
{"options.integer": {"null": ["frozen"]}}

View File

@ -1 +1 @@
{"options.integer": []}
{"options.integer": {"null": []}}

View File

@ -1 +1 @@
{"options.integer": {"doc": "integer 1", "name": "integer", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "int"}}
{"options.integer": {"doc": "integer 1", "name": "integer", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "integer"}}

View File

@ -1 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.integer": {"name": "options.integer", "type": "number", "value": 0, "title": "integer 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "options.integer", "value": 3, "owner": "user"}], "form": [{"key": "options.integer", "clearable": true, "allowedpattern": "[0-9]", "type": "input"}, {"title": "Configurer", "type": "submit"}]}
{"schema": {"options": {"name": "options", "properties": {"options.integer": {"name": "options.integer", "type": "integer", "value": 0, "title": "integer 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "options.integer", "value": 3, "owner": "user"}], "form": [{"key": "options.integer", "clearable": true}, {"title": "Configurer", "type": "submit"}]}

View File

@ -1 +1 @@
{"options.integer": "user"}
{"options.integer": {"null": "user"}}

View File

@ -1 +1 @@
{"options.integer": []}
{"options.integer": {"null": []}}

View File

@ -1 +1 @@
{"options.integer": []}
{"options.integer": {"null": []}}

View File

@ -1 +1 @@
{"options.integer": {"doc": "integer 1", "name": "integer", "isoptiondescription": false, "ismasterslaves": false, "issymlinkoption": false, "ismulti": false, "type": "int"}}
{"options.integer": {"doc": "integer 1", "name": "integer", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "integer"}}

View File

@ -1 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.integer": {"name": "options.integer", "type": "number", "value": 0, "title": "integer 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "options.integer", "value": 0, "owner": "default"}], "form": [{"key": "options.integer", "clearable": true, "allowedpattern": "[0-9]", "type": "input"}, {"title": "Configurer", "type": "submit"}]}
{"schema": {"options": {"name": "options", "properties": {"options.integer": {"name": "options.integer", "type": "integer", "value": 0, "title": "integer 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "options.integer", "value": 0, "owner": "default"}], "form": [{"key": "options.integer", "clearable": true}, {"title": "Configurer", "type": "submit"}]}

View File

@ -1 +1 @@
{"options.integer": "default"}
{"options.integer": {"null": "default"}}

Some files were not shown because too many files have changed in this diff Show More