[gnome-boxes/wip/wizard-n-props-in-dialog2: 8/12] libvirt-machine-props: Change placement of troubleshoot log
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/wip/wizard-n-props-in-dialog2: 8/12] libvirt-machine-props: Change placement of troubleshoot log
- Date: Mon, 24 Nov 2014 13:05:06 +0000 (UTC)
commit fd239dbbd4b4c625fff4096b627045abd98c33f9
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]