Can view from web UI XML definition of domains
This commit is contained in:
@ -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}>
|
||||
|
Reference in New Issue
Block a user