From 2ce924377aedbd4e466c9c19b03643f977c200ca Mon Sep 17 00:00:00 2001 From: seefo Date: Mon, 12 Jun 2017 11:56:38 -0700 Subject: [PATCH] Added initial settings for replication --- .../resources/describe-settings.json | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/domain-server/resources/describe-settings.json b/domain-server/resources/describe-settings.json index a8c6dd84e7..b3ab6f935d 100644 --- a/domain-server/resources/describe-settings.json +++ b/domain-server/resources/describe-settings.json @@ -1318,6 +1318,43 @@ "advanced": true } ] + }, + { + "name": "replication", + "label": "Replication", + "settings": [ + { + "name": "users", + "label": "Replicated Users", + "type": "table", + "can_add_new_rows": true, + "help": "Users that are replicated", + "numbered": false, + "columns": [ + { + "name": "user", + "label": "User", + "can_set": true + } + ] + }, + { + "name": "replicants", + "label": "Replicants", + "type": "table", + "can_add_new_rows": true, + "help": "Nodes or mirrors that are to replicate the domain", + "numbered": false, + "columns": [ + { + "address": "Address", + "port": "Port", + "mixer_type": "Mixer Type", + "can_set": true + } + ] + } + ] } ] }