Alexander Wels has uploaded a new change for review. Change subject: webadmin: Update tree title to System ......................................................................
webadmin: Update tree title to System - Updated the main tree title to say System instead of Tree Change-Id: I24c7f4aec1031e6f4c20a3c71de474f01d0b5ee7 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=879308 Signed-off-by: Alexander Wels <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/MainSectionView.java 2 files changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/74/10774/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java index 393c177..413a9d3 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java @@ -572,7 +572,7 @@ String clusterPopupMemoryOptimizationPanelTitle(); @DefaultStringValue("Allow VMs to run on the hosts up to the specified overcommit threshold." + - " Higher values conserve memory at the expense of greater host CPU usage.") + " Higher values conserve memory at the expense of greater host CPU usage.") String clusterPopupMemoryOptimizationInfo(); @DefaultStringValue("None - Disable memory page sharing") @@ -582,8 +582,8 @@ String clusterPopupCpuThreadsPanelTitle(); @DefaultStringValue("Allow guests to use host threads as virtual CPU cores, utilizing AMD Clustered MultiThreading or Intel" + - " Hyper-Threading technology on the virtualization host. Enabling this option may be useful for less" + - " CPU-intensive workloads, or to run guests with CPU configurations that would otherwise be restricted.") + " Hyper-Threading technology on the virtualization host. Enabling this option may be useful for less" + + " CPU-intensive workloads, or to run guests with CPU configurations that would otherwise be restricted.") String clusterPopupCpuThreadsInfo(); @DefaultStringValue("Count Threads As Cores") @@ -1905,8 +1905,8 @@ String saveNetCongDetachConfirmPopup(); // Main Section - @DefaultStringValue("Tree") - String treeMainSection(); + @DefaultStringValue("System") + String systemMainSection(); @DefaultStringValue("Bookmarks") String bookmarksMainSection(); diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/MainSectionView.java b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/MainSectionView.java index 9281106..63cf912 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/MainSectionView.java +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/MainSectionView.java @@ -119,7 +119,7 @@ } private void initHeaders(ApplicationConstants constants) { - treeHeader = new Label(constants.treeMainSection()); + treeHeader = new Label(constants.systemMainSection()); bookmarksHeader = new Label(constants.bookmarksMainSection()); tagsHeader = new Label(constants.tagsMainSection()); } -- To view, visit http://gerrit.ovirt.org/10774 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I24c7f4aec1031e6f4c20a3c71de474f01d0b5ee7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
