mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
connection: Tweak pretty names a bit
This commit is contained in:
parent
015da05973
commit
892e13d2c0
@ -387,13 +387,13 @@ class vmmConnection(vmmGObject):
|
||||
ret = hv
|
||||
|
||||
if is_session:
|
||||
ret += " Usermode"
|
||||
ret += " User session"
|
||||
elif path != "/system":
|
||||
# Used by test URIs to report what XML file they are using
|
||||
ret += " %s" % os.path.basename(path)
|
||||
|
||||
if hostname:
|
||||
ret += " %s" % hostname
|
||||
ret += ": %s" % hostname
|
||||
|
||||
return ret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user