mirror of
https://github.com/safing/portbase
synced 2025-09-05 04:00:14 +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
|
Key string // in path format: category/sub/key
|
||||||
Description string
|
Description string
|
||||||
Help string
|
Help string
|
||||||
|
Order int
|
||||||
|
|
||||||
OptType uint8
|
OptType uint8
|
||||||
ExpertiseLevel uint8
|
ExpertiseLevel uint8
|
||||||
|
|
Loading…
Add table
Reference in a new issue