mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-03-17 16:36:44 +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