[virt-tools-list] [PATCHv2 1/2] Add memory stats widget also to manager tree view.

Cole Robinson crobinso at redhat.com
Mon Jan 6 17:09:19 UTC 2014


On 12/18/2013 08:42 AM, Thorsten Behrens wrote:
> ---
> Changes:
>  - missed the @@ -1005 hunk previously
> 
>  data/org.virt-manager.virt-manager.gschema.xml |  6 +++++
>  ui/manager.ui                                  |  9 +++++++
>  virtManager/config.py                          |  6 +++++
>  virtManager/domain.py                          |  3 +++
>  virtManager/manager.py                         | 36 ++++++++++++++++++++++++--
>  5 files changed, 58 insertions(+), 2 deletions(-)
> 

Thanks, sorry for the delay, pushed now.

I squashed in this, which fixes the initial row visibility if the column is
disabled:

diff --git a/virtManager/manager.py b/virtManager/manager.py
index 3069c17..7b29cf3 100644
--- a/virtManager/manager.py
+++ b/virtManager/manager.py
@@ -282,6 +282,7 @@ class vmmManager(vmmGObjectUI):

         self.toggle_guest_cpu_usage_visible_widget()
         self.toggle_host_cpu_usage_visible_widget()
+        self.toggle_memory_usage_visible_widget()
         self.toggle_disk_io_visible_widget()
         self.toggle_network_traffic_visible_widget()


- Cole




More information about the virt-tools-list mailing list