mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #511] Feature request: console links for external viewers #380
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Feb 23, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/511
It would be convenient for the purpose of launching an external SPICE (or vnc) viewer if the vnc:// or spice:// link were available inside the GUI, to save having to visit the XML to find the port.
@brenard commented on GitHub (Mar 19, 2015):
In some case, it's can't be possible because the console is listening on localhost (127.0.0.1) so the console can't be reached without SSH tunnel (or something else). How do you think we have to handle this cases ?
@ghost commented on GitHub (Mar 19, 2015):
The simplest answer is probably to permit override of the link address.
On Wed, Mar 18, 2015 at 5:10 PM, brenard notifications@github.com wrote:
@brenard commented on GitHub (Mar 19, 2015):
What do you mean about override the link address ? Permit the user to enter a different link, stock it and display it instead of calculated links if present ?
@ghost commented on GitHub (Mar 19, 2015):
Yes, just so. You'll never second-guess every possibility...
On Thu, Mar 19, 2015 at 2:54 AM, brenard notifications@github.com wrote: