Kanagaraj M has posted comments on this change.

Change subject: webadmin: show bricks status in volumes table
......................................................................


Patch Set 2:

(1 comment)

....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/table/column/VolumeBrickStatusCell.java
Line 48:         SafeHtml upImageHtml = 
SafeHtmlUtils.fromTrustedString(AbstractImagePrototype.create(upImage).getHTML());
Line 49:         SafeHtml downImageHtml = 
SafeHtmlUtils.fromTrustedString(AbstractImagePrototype.create(downImage).getHTML());
Line 50:         
sb.append(applicationTemplates.volumeBrickStatusTemplate(upImageHtml, upBricks, 
downImageHtml, downBricks));
Line 51:     }
Line 52: 
Not required, will remove it
Line 53:     public int countDownBricks(GlusterVolumeEntity volume) {
Line 54:         int downCount = 0;
Line 55:         int upCount = 0;
Line 56:         for (GlusterBrickEntity brick : volume.getBricks()) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia2bf7185fdcdc857c406cec5e7d0a1024e1ab8a3
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Ramesh N <rnach...@redhat.com>
Gerrit-Reviewer: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to