Add daemon host extension option

This commit is contained in:
hensm
2020-03-26 20:12:23 +00:00
parent 1bd626ffbc
commit ff0847441b
6 changed files with 35 additions and 11 deletions

View File

@@ -202,10 +202,10 @@
}
, "optionsBridgeBackupEnabled": {
"message": "Enable backup daemon connection on port $numberInput$"
, "description": "Backup daemon checkbox label. An HTML number input is inserted inline at the numberInput substitution."
"message": "Enable backup daemon connection on $hostPort$"
, "description": "Backup daemon checkbox label. Host/port inputs are inserted inline at the hostPort substitution."
, "placeholders": {
"numberInput": {
"hostPort": {
"content": "$1"
}
}