mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 04:44:08 +02:00
simplify the domain setup page to just handle domain ID
This commit is contained in:
parent
62e0d98d6b
commit
0b83795a13
1 changed files with 0 additions and 20 deletions
|
@ -12,26 +12,6 @@
|
|||
<span class="help-block">This is your High Fidelity domain ID. If you do not want your domain to be registered in the High Fidelity metaverse you can leave this blank.</span>
|
||||
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#choose-domain-modal">Choose from my domains</button>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="udp_port" class="control-label">UDP port</label>
|
||||
<input type="text" class="form-control" id="udp_port" name="udp_port" value="40102" disabled=true>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="http_port" class="control-label">HTTP port</label>
|
||||
<input type="text" class="form-control" id="http_port" name="http_port" value="40100" disabled=true>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="http_username" class="control-label">HTTP Username</label>
|
||||
<input type="text" class="form-control" id="http_username" name="http_username">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="http_password" class="control-label">HTTP Password</label>
|
||||
<input type="password" class="form-control" id="http_password" name="http_password">
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<input class="btn btn-success" name="commit" type="submit" value="Save and restart">
|
||||
|
|
Loading…
Reference in a new issue