推进 INI 面板 control page controller helper

This commit is contained in:
2026-06-14 23:08:19 +08:00
parent 2844fd25c3
commit 59ffacb64e
7 changed files with 272 additions and 45 deletions

View File

@@ -29,6 +29,9 @@ renders the current view into a supplied DOM container.
For a ready-made read-only page, open
`runtime/ui/ini-panel/control-page.html`. It embeds the panel in a hidden iframe
and mirrors the same control view into the visible page.
The page uses `createMachineSessionControlPageController(...)` from
`runtime/ui/ini-panel/control-page-controller.js` so other read-only shells can
reuse the same iframe/API polling contract.
## `createIniPanelStateSummary(input)`