Tal Nisan has uploaded a new change for review. Change subject: webadmin: Warn when exporting a VM from template when template is not on export ......................................................................
webadmin: Warn when exporting a VM from template when template is not on export When trying to export a VM based on template and the template does not exist on the export domain there is a warning that could have been understood as an operation blocker, the warning was rephrased to indicate that the operation is not blocked Change-Id: Ib2cf56feb52dc5ae35d5b73655fbd7fbbf5a1e6c Signed-off-by: Tal Nisan <[email protected]> Bug-url: https://bugzilla.redhat.com/912057 --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/41/24041/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java index 70c5636..1d8a30c 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java @@ -1356,7 +1356,7 @@ @DefaultStringValue("Could not read templates from Export Domain") String couldNotReadTemplatesFromExportDomainMsg(); - @DefaultStringValue("The following templates are missing on the target Export Domain:") + @DefaultStringValue("Warning: the following templates are missing on the target Export Domain, do you wish to continue anyway?") String theFollowingTemplatesAreMissingOnTargetExportDomainMsg(); @DefaultStringValue("There are no active Data-Centers in the system.") -- To view, visit http://gerrit.ovirt.org/24041 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib2cf56feb52dc5ae35d5b73655fbd7fbbf5a1e6c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
