web: show model name on the kvmd page

This commit is contained in:
Maxim Devaev
2025-06-02 01:22:14 +03:00
parent 38981a4108
commit 659e8f9169
4 changed files with 21 additions and 18 deletions

View File

@@ -204,6 +204,7 @@ export function Info() {
${tools.escape(state.kernel.system)} kernel:
${__formatUname(state.kernel)}
`;
$("kvmd-info-platform").innerText = p.model;
$("kvmd-version-kvmd").innerText = state.kvmd.version;
$("kvmd-version-streamer").innerText = s.version;
};