Gilad Chaplik has uploaded a new change for review. Change subject: userportal: regression in subtab revealing ......................................................................
userportal: regression in subtab revealing because the disks subtab title changed to disks (instead of virtual_disk), also the place (url) should have been changed. Change-Id: I5fdbf91b29f65151f8ef1d7ca81dd26195188a20 Signed-off-by: Gilad Chaplik <[email protected]> --- M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/place/ApplicationPlaces.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/80/7680/1 diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/place/ApplicationPlaces.java b/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/place/ApplicationPlaces.java index 93831e4..4f87dee 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/place/ApplicationPlaces.java +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/place/ApplicationPlaces.java @@ -73,7 +73,7 @@ + SUB_TAB_PREFIX + "network_interfaces"; //$NON-NLS-1$ public static final String extendedTempplateVirtualDisksSubTabPlace = extendedTemplateSideTabPlace - + SUB_TAB_PREFIX + "virtual_disks"; //$NON-NLS-1$ + + SUB_TAB_PREFIX + "disks"; //$NON-NLS-1$ public static final String extendedTempplateEventsSubTabPlace = extendedTemplateSideTabPlace + SUB_TAB_PREFIX + "events"; //$NON-NLS-1$ -- To view, visit http://gerrit.ovirt.org/7680 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5fdbf91b29f65151f8ef1d7ca81dd26195188a20 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
