Alona Kaplan has uploaded a new change for review. Change subject: webadmin: Networks General sub-tab- Role section has misplaced comma ......................................................................
webadmin: Networks General sub-tab- Role section has misplaced comma Items listed on the right of "Role" has an odd space before comma. The space should be after the comma. Change-Id: I19cc13aff4a2bf9d2e6c97e282a6fc6103bb12e8 Bug-Url: https://bugzilla.redhat.com/949759 Signed-off-by: Alona Kaplan <alkap...@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/networks/NetworkGeneralModel.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/89/14089/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/networks/NetworkGeneralModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/networks/NetworkGeneralModel.java index 38ebc00..200ab19 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/networks/NetworkGeneralModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/networks/NetworkGeneralModel.java @@ -59,7 +59,7 @@ if (extendedNetwork.isVmNetwork()) { if (!role.equals("")) //$NON-NLS-1$ { - role = role.concat(" ,"); //$NON-NLS-1$ + role = role.concat(", "); //$NON-NLS-1$ } role = role.concat(ConstantsManager.getInstance().getConstants().vmNetworkRole()); } -- To view, visit http://gerrit.ovirt.org/14089 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I19cc13aff4a2bf9d2e6c97e282a6fc6103bb12e8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <alkap...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches