[gnome-boxes/wip/wizard-n-props-in-dialog2: 16/20] libvirt-machine-props: Change placement of troubleshoot log



commit 9422545a27ca36b4e1973a15c8b7aa781f73f60b
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sun Nov 23 15:23:42 2014 +0000

    libvirt-machine-props: Change placement of troubleshoot log
    
    Put the troubleshoot log button between resource stats and resource
    controls, as per new UI mockups.

 src/libvirt-machine-properties.vala |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index 3d6065b..bfc3996 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -141,11 +141,12 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
         case PropertiesPage.SYSTEM:
             add_resource_usage_graphs (ref list);
 
+            add_troubleshoot_log_button (ref list);
+
             var ram_property = add_ram_property (ref list);
             var storage_property = add_storage_property (ref list);
             mark_recommended_resources.begin (ram_property, storage_property);
 
-            add_troubleshoot_log_button (ref list);
             break;
 
         case PropertiesPage.DEVICES:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]