Shahar Havivi has uploaded a new change for review.

Change subject: webadmin: alert count notation is a prefix instead of a number 
(#854166)
......................................................................

webadmin: alert count notation is a prefix instead of a number (#854166)

https://bugzilla.redhat.com/854166

Change-Id: I8c0a419aa65c94819df8e4622404fbb6133b8114
Signed-off-by: Shahar Havivi <shav...@redhat.com>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/43/7943/1

diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.java
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.java
index 36cdee0..d0d23b9 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.java
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.java
@@ -202,7 +202,7 @@
 
     void setAlertCount(int count) {
 
-        String countStr = count + " " + constants.alertsEventFooter(); 
//$NON-NLS-1$
+        String countStr = constants.alertsEventFooter() + " (" + count + ")"; 
//$NON-NLS-1$  //$NON-NLS-2$
 
         SafeHtml up = templates.alertEventButton(alertImage, countStr,
                 buttonUpStart, buttonUpStretch, buttonUpEnd, 
style.alertButtonUpStyle());


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8c0a419aa65c94819df8e4622404fbb6133b8114
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <shav...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to