feat(web): add TFM settings page

Only setting TFM database name by now
This commit is contained in:
2023-02-09 00:45:54 +03:00
parent 9c07702409
commit 243621f3b2
9 changed files with 211 additions and 22 deletions
+4
View File
@@ -121,6 +121,10 @@ form {
color: #bbb !important;
}
td {
vertical-align: top;
}
.button-flex {
display: flex;
flex-direction: row;