Arik Hadas has uploaded a new change for review. Change subject: webadmin: fix message in importing template dialog ......................................................................
webadmin: fix message in importing template dialog This patch modify the message presented in the dialog that is being shown when importing template, such that it won't say that the import status is shown in the events tab of the specific destination storage domain, as it's not true and it's not trivial to implement because there can be multiple destination storage domains (can be different for each disk) Change-Id: I6565428cb6235f2423f155b39e5634c7e5faf28a Bug-Url: https://bugzilla.redhat.com/886436 Signed-off-by: Arik Hadas <[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/87/11887/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 182ba2b..33eef9b 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 @@ -87,7 +87,7 @@ @DefaultMessage("Edit {0} Virtual Machine") String editVmTitle(String vmType); - @DefaultMessage("Import process has begun for Template(s): {0}.\nYou can check import status in the ''Events'' tab of the specific destination storage domain, or in the main ''Events'' tab") + @DefaultMessage("Import process has begun for Template(s): {0}.\nYou can check import status in the main ''Events'' tab") String importProcessHasBegunForTemplates(String importedTemplates); @DefaultMessage("Template(s): {0} already exist on the target Export Domain. If you want to override them, please check the ''Force Override'' check-box.") -- To view, visit http://gerrit.ovirt.org/11887 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6565428cb6235f2423f155b39e5634c7e5faf28a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
