fix(web): fix settings handling

This commit is contained in:
2023-02-15 20:11:30 +03:00
parent f515dc3944
commit 215f8d135a
11 changed files with 76 additions and 30 deletions
+3 -2
View File
@@ -32,8 +32,9 @@
<form id="settings">
<div class="form-group">
<label for="db_name">Database name</label>
<input type="text" name="db_name" class="form-control" id="db_name" placeholder="Enter TFM database name">
<div class="invalid-feedback">Database not found</div>
<select name="db_name" id="db_name" class="form-select form-select-sm">
<option value=""></option>
</select>
</div>
<table class="form-group">
<tr>