diff options
author | Robert Speicher <rspeicher@gmail.com> | 2014-04-29 16:35:25 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2014-04-29 16:35:25 -0400 |
commit | 494e5fd40c6c6f035c9d7a7e2737259afcb8424c (patch) | |
tree | cbbc1490f3a50760861ae6b9b78fd7d8fc905c21 /templates/install.tmpl | |
parent | 2401e68d7ed7d53425293ad32d231542d03bbef3 (diff) | |
download | gitea-494e5fd40c6c6f035c9d7a7e2737259afcb8424c.tar.gz gitea-494e5fd40c6c6f035c9d7a7e2737259afcb8424c.zip |
Install: Set the default host string based on database type
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r-- | templates/install.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index 8fe678e509..eb6327d205 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -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> |