Kanagaraj M has submitted this change and it was merged.

Change subject: webadmin: fix rendering issue in DetailsRenderer
......................................................................


webadmin: fix rendering issue in DetailsRenderer

Widgets like MemorySizeTextBoxLabel are inherited from ValueBoxBase.

ValueBoxBase uses input-text html element to display the data
as opposed to div/innerHtml used by ValueLabel.
So instead of taking the innerHtml from these fields,
DetailsRenderer will use getValue() to get the data.

Change-Id: I244819f17be801f8ba8c5c709e5127bd66567c81
Bug-Url: https://bugzilla.redhat.com/1049892
Signed-off-by: Kanagaraj M <[email protected]>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/renderer/DetailsRenderer.java
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Kanagaraj M: Verified; Looks good to me, approved



-- 
To view, visit http://gerrit.ovirt.org/23214
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I244819f17be801f8ba8c5c709e5127bd66567c81
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Ramesh N <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
Gerrit-Reviewer: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: anmolbabu <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to