add username and password to domain setup page

This commit is contained in:
Stephen Birarda 2014-09-24 14:39:10 -07:00
parent 4a040b3f5e
commit 62e0d98d6b

View file

@ -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">