Tomas Jelinek has uploaded a new change for review. Change subject: webadmin: added SPICE proxy format details to help message ......................................................................
webadmin: added SPICE proxy format details to help message Added this string: SPICE proxy address format: [protocol://]<host>[:port]. The only supported protocol is http. Change-Id: I7b3023edf97c7b065539b4364583669a929510d2 Bug-Url: https://bugzilla.redhat.com/1094026 Signed-off-by: Tomas Jelinek <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/30/28430/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java index 93f97cd..eb465ec 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java @@ -120,7 +120,7 @@ @DefaultMessage("Map control-alt-del shortcut to {0}") String remapCtrlAltDelete(String hotkey); - @DefaultMessage("This will override the SPICE proxy defined in {0}. Current configuration: {1}.") + @DefaultMessage("This will override the SPICE proxy defined in {0}. Current configuration: {1}. SPICE proxy address format: [protocol://]<host>[:port]. The only supported protocol is http.") String consoleOverrideSpiceProxyMessage(String parentConfiguration, String parentSpiceProxy); @DefaultMessage("cluster") -- To view, visit http://gerrit.ovirt.org/28430 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7b3023edf97c7b065539b4364583669a929510d2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
