mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
fsdetails: Show mode field for test:/// connections
This commit is contained in:
parent
6a9f0089b9
commit
ccaf749e29
@ -232,7 +232,7 @@ class vmmFSDetails(vmmGObjectUI):
|
|||||||
fsdriver = self.get_config_fs_driver()
|
fsdriver = self.get_config_fs_driver()
|
||||||
ismount = bool(
|
ismount = bool(
|
||||||
fstype == VirtualFilesystem.TYPE_MOUNT or
|
fstype == VirtualFilesystem.TYPE_MOUNT or
|
||||||
self.conn.is_qemu())
|
self.conn.is_qemu() or self.conn.is_test_conn())
|
||||||
|
|
||||||
show_mode = bool(ismount and
|
show_mode = bool(ismount and
|
||||||
(fsdriver == VirtualFilesystem.DRIVER_PATH or
|
(fsdriver == VirtualFilesystem.DRIVER_PATH or
|
||||||
|
Loading…
Reference in New Issue
Block a user