File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ func Install(ctx *context.Context) {
102
102
form .DbName = setting .Database .Name
103
103
form .DbPath = setting .Database .Path
104
104
form .DbSchema = setting .Database .Schema
105
+ form .SSLMode = setting .Database .SSLMode
105
106
106
107
curDBType := setting .Database .Type .String ()
107
108
var isCurDBTypeSupported bool
Original file line number Diff line number Diff line change 28
28
</div>
29
29
</div>
30
30
31
- <div class="gt-hidden" data-db-setting-for="common-host">
31
+ <div class="gt-mt-4 gt- hidden" data-db-setting-for="common-host">
32
32
<div class="inline required field {{if .Err_DbSetting}}error{{end}}">
33
33
<label for="db_host">{{.locale.Tr "install.host"}}</label>
34
34
<input id="db_host" name="db_host" value="{{.db_host}}">
47
47
</div>
48
48
</div>
49
49
50
- <div class="gt-hidden" data-db-setting-for="postgres">
50
+ <div class="gt-mt-4 gt- hidden" data-db-setting-for="postgres">
51
51
<div class="inline required field">
52
52
<label>{{.locale.Tr "install.ssl_mode"}}</label>
53
53
<div class="ui selection database type dropdown">
68
68
</div>
69
69
</div>
70
70
71
- <div class="gt-hidden" data-db-setting-for="sqlite3">
71
+ <div class="gt-mt-4 gt- hidden" data-db-setting-for="sqlite3">
72
72
<div class="inline required field {{if or .Err_DbPath .Err_DbSetting}}error{{end}}">
73
73
<label for="db_path">{{.locale.Tr "install.path"}}</label>
74
74
<input id="db_path" name="db_path" value="{{.db_path}}">
You can’t perform that action at this time.
0 commit comments