Frank Kobzik has uploaded a new change for review. Change subject: frontend: State that spice-html5 is tech preview ......................................................................
frontend: State that spice-html5 is tech preview This patch adds "Tech preview" text to spice-html5 radio button caption. Change-Id: Ibd94b7f2951a459c9b7571e55372653bbad83a5d Bug-Url: https://bugzilla.redhat.com/988374 Signed-off-by: Frantisek Kobzik <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/17452/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java index 810b2ec..ca5bf03 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java @@ -1367,7 +1367,7 @@ @DefaultStringValue("noVNC") String noVnc(); - @DefaultStringValue("SPICE HTML5 browser client") + @DefaultStringValue("SPICE HTML5 browser client (Tech preview)") String spiceHtml5(); @DefaultStringValue("Pass Ctrl-Alt-Del to virtual machine") -- To view, visit http://gerrit.ovirt.org/17452 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibd94b7f2951a459c9b7571e55372653bbad83a5d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
