mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat: add enabled/disabled field to environment model #169
This commit is contained in:
parent
cc5d2be1bd
commit
b429c15893
17 changed files with 250 additions and 240 deletions
5
settings/cluster.go
Normal file
5
settings/cluster.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package settings
|
||||
|
||||
type Cluster struct {
|
||||
Node []string `ini:",,allowshadow"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue