Install: Set the default host string based on database type
This commit is contained in:
parent
2401e68d7e
commit
494e5fd40c
2 changed files with 16 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<div class="form-group">
|
||||
<label class="col-md-3 control-label">Host: </label>
|
||||
<div class="col-md-8">
|
||||
<input name="host" class="form-control" placeholder="Type database server host" value="{{.host}}">
|
||||
<input name="host" id="database-host" class="form-control" placeholder="Type database server host" value="{{.host}}">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue