mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
improved otg msd
This commit is contained in:
@@ -261,6 +261,11 @@ def _get_config_scheme() -> Dict:
|
||||
"acm": {
|
||||
"enabled": Option(True, type=valid_bool),
|
||||
},
|
||||
|
||||
"drives": {
|
||||
"enabled": Option(False, type=valid_bool),
|
||||
"count": Option(1, type=(lambda arg: valid_number(arg, min=1))),
|
||||
},
|
||||
},
|
||||
|
||||
"ipmi": {
|
||||
|
||||
Reference in New Issue
Block a user