mirror of
https://github.com/nasa/openmct.git
synced 2025-05-11 13:03:03 +00:00
parent
1d6880c283
commit
214a843dba
@ -81,6 +81,7 @@ define(
|
|||||||
if (phase.toLowerCase() === 'preparing' && !this.dialog) {
|
if (phase.toLowerCase() === 'preparing' && !this.dialog) {
|
||||||
this.dialog = this.dialogService.showBlockingMessage({
|
this.dialog = this.dialogService.showBlockingMessage({
|
||||||
title: "Preparing to copy objects",
|
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,
|
unknownProgress: true,
|
||||||
severity: "info"
|
severity: "info"
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user