mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
ui: partial multi msd support
This commit is contained in:
@@ -188,7 +188,7 @@ class Plugin(BaseMsd): # pylint: disable=too-many-instance-attributes
|
||||
del vd["image"]["path"]
|
||||
|
||||
return {
|
||||
"enabled": False, # FIXME
|
||||
"enabled": True,
|
||||
"online": bool(self.__state.vd),
|
||||
"busy": self.__state.is_busy(),
|
||||
"storage": storage,
|
||||
|
||||
Reference in New Issue
Block a user