diff --git a/kvmd/plugins/msd/otg/__init__.py b/kvmd/plugins/msd/otg/__init__.py index d6d5a36f..376438d4 100644 --- a/kvmd/plugins/msd/otg/__init__.py +++ b/kvmd/plugins/msd/otg/__init__.py @@ -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, diff --git a/web/kvm/index.html b/web/kvm/index.html index 6683e94d..6222ffdb 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -104,7 +104,7 @@