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