mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 11:43:16 +02:00
add username and password to domain setup page
This commit is contained in:
parent
4a040b3f5e
commit
62e0d98d6b
1 changed files with 10 additions and 0 deletions
|
@ -22,6 +22,16 @@
|
|||
<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