1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Install: Set the default host string based on database type

This commit is contained in:
Robert Speicher
2014-04-29 16:35:25 -04:00
parent 2401e68d7e
commit 494e5fd40c
2 changed files with 16 additions and 1 deletions

View File

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