mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Add Order field to config Option
This commit is contained in:
parent
9b0a46f429
commit
a554481247
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ type Option struct {
|
|||
Key string // in path format: category/sub/key
|
||||
Description string
|
||||
Help string
|
||||
Order int
|
||||
|
||||
OptType uint8
|
||||
ExpertiseLevel uint8
|
||||
|
|
Loading…
Add table
Reference in a new issue