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

View File

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