Sharad Mishra has uploaded a new change for review. Change subject: webadmin: Format the message to make it readable. ......................................................................
webadmin: Format the message to make it readable. Following message is displayed in one single line making it hard to read - "Please use your VNC client to connect to this VM.Use the following parameters:IP:Port: machinename:portPassword: passwd(note: this password is valid for 120 seconds)" This patch reformats it to look like - "Please use your VNC client to connect to this VM. Use the following parameters: IP:Port -- machine:port Password: passwd (note: this password is valid for 120 seconds)" Change-Id: I2e655dc854ec37535cdc1044dc88fd51d74525c3 Signed-off-by: Sharad Mishra <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Messages.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/58/7458/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Messages.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Messages.java index 03b13a5..69a6b9d 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Messages.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Messages.java @@ -110,7 +110,7 @@ @DefaultMessage("({0} bricks selected)") String noOfBricksSelected(int brickCount); - @DefaultMessage("Please use your VNC client to connect to this VM.</BR></BR>Use the following parameters:</BR>IP:Port: {0}:{1}</BR>Password: {2}</BR>(note: this password is valid for {3} seconds)") + @DefaultMessage("Please use your VNC client to connect to this VM.<br/><br/>Use the following parameters:<br/>IP:Port -- {0}:{1}<br/><br/> Password: {2}<br/>(note: this password is valid for {3} seconds)") String vncInfoMessage(String hostIp, int port, String password, int seconds); @DefaultMessage("Press {0} to Release Cursor") -- To view, visit http://gerrit.ovirt.org/7458 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2e655dc854ec37535cdc1044dc88fd51d74525c3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sharad Mishra <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
