FIX: Creation modal update
This commit is contained in:
parent
de8023cc98
commit
97daa346bc
@ -65,5 +65,8 @@ func CreateConnection(c *gin.Context) {
|
||||
session.Save()
|
||||
|
||||
html := templates.ConnectionsList(connections, name)
|
||||
html += TableTree(c)
|
||||
html += EnumTree(c)
|
||||
|
||||
c.String(200, html)
|
||||
}
|
||||
|
||||
@ -228,6 +228,9 @@
|
||||
The connection URL will be automatically generated based on the above fields. To view the URL
|
||||
generated,
|
||||
push the "display secret details" button in the password section.
|
||||
<br>
|
||||
When using SQLite, simply enter the file path to the database file on your system in the
|
||||
"Database Name" section.
|
||||
</span>
|
||||
</label>
|
||||
<input id="db-url" name="db-url" type="password"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user