Add options to switch bridge backup WebSocket server port

This commit is contained in:
hensm
2020-02-26 16:31:18 +00:00
parent af521f9a0f
commit 78d8516287
8 changed files with 62 additions and 23 deletions

View File

@@ -202,8 +202,13 @@
}
, "optionsBridgeBackupEnabled": {
"message": "Enable backup daemon connection"
, "description": "Backup daemon checkbox label."
"message": "Enable backup daemon connection on port $numberInput$"
, "description": "Backup daemon checkbox label. An HTML number input is inserted inline at the numberInput substitution."
, "placeholders": {
"numberInput": {
"content": "$1"
}
}
}
, "optionsBridgeBackupEnabledDescription": {
"message": "If the regular bridge connection fails, attempt to connect to a bridge running in daemon mode."