FIX: Creation modal update

This commit is contained in:
Azpect3120 2024-09-03 20:07:30 -07:00
parent de8023cc98
commit 97daa346bc
2 changed files with 6 additions and 0 deletions

View File

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

View File

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