Improve VM title
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-12-06 18:59:11 +01:00
parent 957ead6521
commit a7d22e2a7f

View File

@ -147,7 +147,9 @@ function GroupInfo(p: { group: VMGroup }): React.ReactElement {
>
<DialogSurface>
<DialogBody>
<DialogTitle>{screenshotVM?.name} screen</DialogTitle>
<DialogTitle>
<em>{screenshotVM?.name}</em> screen
</DialogTitle>
<DialogContent>
<VMLiveScreenshot vm={screenshotVM!} group={p.group} />
</DialogContent>