Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 573390 Details for
Bug 796795
missing : separator after type label in type tooltip on resource summary area
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch
0001-fix-Bug-796795-missing-separator-after-type-label-in.patch (text/plain), 1.75 KB, created by
Denis Krusko
on 2012-03-28 15:57:59 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Denis Krusko
Created:
2012-03-28 15:57:59 UTC
Size:
1.75 KB
patch
obsolete
>From 9c849de2b2db4101c2ddd8d71cd13745f214ae42 Mon Sep 17 00:00:00 2001 >From: faust <kruskod@gmail.com> >Date: Wed, 28 Mar 2012 23:34:00 +0800 >Subject: [PATCH 1/2] fix Bug 796795 missing: separator after type label in > type tooltip on resource summary area > >--- > .../inventory/resource/detail/OverviewForm.java | 7 ++++--- > 1 files changed, 4 insertions(+), 3 deletions(-) > >diff --git a/modules/enterprise/gui/coregui/src/main/java/org/rhq/enterprise/gui/coregui/client/inventory/resource/detail/OverviewForm.java b/modules/enterprise/gui/coregui/src/main/java/org/rhq/enterprise/gui/coregui/client/inventory/resource/detail/OverviewForm.java >index 54ac526..bb08e38 100644 >--- a/modules/enterprise/gui/coregui/src/main/java/org/rhq/enterprise/gui/coregui/client/inventory/resource/detail/OverviewForm.java >+++ b/modules/enterprise/gui/coregui/src/main/java/org/rhq/enterprise/gui/coregui/client/inventory/resource/detail/OverviewForm.java >@@ -143,9 +143,10 @@ public class OverviewForm extends EnhancedDynamicForm { > > // Type > StaticTextItem typeItem = new StaticTextItem("type", MSG.view_summaryOverviewForm_field_type()); >- typeItem.setTooltip(MSG.view_summaryOverviewForm_label_plugin() + type.getPlugin() + "\n<br>" >- + MSG.common_title_type() + type.getName()); >- typeItem.setValue(AncestryUtil.getFormattedType(type)); >+ typeItem.setTooltip(MSG.common_title_plugin() + ": " + type.getPlugin() + "\n<br>" >+ + MSG.common_title_type() + ": " + type.getName()); >+ //typeItem.setValue(AncestryUtil.getFormattedType(type)); >+ typeItem.setValue(type.getName() + " (" + type.getPlugin() + ")"); > formItems.add(typeItem); > > final Resource resource = this.resourceComposite.getResource(); >-- >1.7.5.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 796795
:
565337
| 573390 |
573391