mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
refactoring
This commit is contained in:
@@ -170,7 +170,7 @@ class KvmdServer(HttpServer): # pylint: disable=too-many-arguments,too-many-ins
|
||||
],
|
||||
*[
|
||||
_Component(f"Info manager ({sub})", f"info_{sub}_state", info_manager.get_submanager(sub))
|
||||
for sub in info_manager.get_subs()
|
||||
for sub in sorted(info_manager.get_subs())
|
||||
],
|
||||
*[
|
||||
_Component("Wake-on-LAN", "wol_state", wol),
|
||||
|
||||
Reference in New Issue
Block a user