mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
refactor(preference): show more settings
This commit is contained in:
parent
59947a35db
commit
a0c005f314
17 changed files with 400 additions and 213 deletions
|
@ -1,7 +1,7 @@
|
|||
package settings
|
||||
|
||||
type Database struct {
|
||||
Name string
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
var DatabaseSettings = &Database{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue