Skip to content

Commit

Permalink
consoles: Mention that replacing spice is good for enabling inline vi…
Browse files Browse the repository at this point in the history
…ewer

We want to invoke that dialog also from the "Console" card, where it
is used to enable the inline graphical console viewer.
  • Loading branch information
mvollmer committed Jan 30, 2025
1 parent ec21bd7 commit d2f0841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/vm/vmReplaceSpiceDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ export const ReplaceSpiceDialog = ({ vm, vms }) => {
<Text>
{_("This is intended for a host which does not support SPICE due to upgrades or live migration.")}
</Text>
<Text>
{_("It can also be used to enable the inline graphical console in the browser, which does not support SPICE.")}
</Text>
</TextContent>
{ vmSelect }
</Modal>
Expand Down

0 comments on commit d2f0841

Please sign in to comment.