[Frontend] New message for copy in-progress dialog

fixes #339
This commit is contained in:
Charles Hacskaylo 2016-06-02 11:09:22 -07:00
parent 1d6880c283
commit 214a843dba

View File

@ -81,6 +81,7 @@ define(
if (phase.toLowerCase() === 'preparing' && !this.dialog) {
this.dialog = this.dialogService.showBlockingMessage({
title: "Preparing to copy objects",
hint: "Do not navigate away from this page or close this browser tab while this message is displayed.",
unknownProgress: true,
severity: "info"
});