Can view from web UI XML definition of domains

This commit is contained in:
2023-12-08 18:14:01 +01:00
parent 74b77be013
commit 82447a0018
13 changed files with 632 additions and 135 deletions

View File

@ -94,7 +94,7 @@ function VNCInner(p: { vm: VMInfo }): React.ReactElement {
return <p>Please wait, connecting to the machine...</p>;
return (
<div ref={vncRef}>
<div ref={vncRef} style={{ display: "flex" }}>
{/* Controls */}
<div>
<IconButton onClick={goBack}>