mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
Renamed upstream servers setting in domain server
This commit is contained in:
parent
7eed90bf54
commit
71cc76e94f
1 changed files with 3 additions and 3 deletions
|
@ -1397,12 +1397,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "upstream_servers",
|
"name": "broadcasting_servers",
|
||||||
"label": "Upstream Servers",
|
"label": "Broadcasting Servers",
|
||||||
"assignment-types": [0,1],
|
"assignment-types": [0,1],
|
||||||
"type": "table",
|
"type": "table",
|
||||||
"can_add_new_rows": true,
|
"can_add_new_rows": true,
|
||||||
"help": "Upstream servers that relay data for replicated users to this server",
|
"help": "Servers that broadcast data to this domain",
|
||||||
"numbered": false,
|
"numbered": false,
|
||||||
"columns": [
|
"columns": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue