mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 11:41:17 +02:00
Merge pull request #1009 from digisomni/fix/auto-networking-wizard
Various Domain Server Wizard Fixes
This commit is contained in:
commit
84da0771e0
2 changed files with 5 additions and 1 deletions
|
@ -505,7 +505,7 @@ function createDomainIDPrompt(callback) {
|
||||||
swal({
|
swal({
|
||||||
title: 'Finish Registering Domain',
|
title: 'Finish Registering Domain',
|
||||||
type: 'input',
|
type: 'input',
|
||||||
text: 'Enter a label for this machine.</br></br>This will help you identify which domain ID belongs to which machine.</br></br>This is a required step for registration.</br></br>',
|
text: 'Enter a label for this Domain Server.</br></br>This will help you identify which domain ID belongs to which server.</br></br>This is a required step for registration.</br></br>Acceptable characters are [A-Z][a-z0-9]+-_.</br',
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
confirmButtonText: "Create",
|
confirmButtonText: "Create",
|
||||||
closeOnConfirm: false,
|
closeOnConfirm: false,
|
||||||
|
|
|
@ -193,7 +193,11 @@ function promptToCreateDomainID() {
|
||||||
|
|
||||||
var formJSON = {
|
var formJSON = {
|
||||||
"metaverse": {
|
"metaverse": {
|
||||||
|
"automatic_networking": "full",
|
||||||
"id": domainID
|
"id": domainID
|
||||||
|
},
|
||||||
|
"descriptors": {
|
||||||
|
"world_name": label
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue