mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 05:08:15 +00:00
[Persistence] Show persistence failure dialog
WTD-1033.
This commit is contained in:
@ -126,8 +126,8 @@ define(
|
||||
// Add the overlay using the OverlayService, which
|
||||
// will handle actual insertion into the DOM
|
||||
overlay = overlayService.createOverlay(
|
||||
"overlay-dialog",
|
||||
{ dialog: dialogModel, click: confirm }
|
||||
"overlay-options",
|
||||
{ dialog: dialogModel, click: confirm, cancel: cancel }
|
||||
);
|
||||
|
||||
// Track that a dialog is already visible, to
|
||||
|
Reference in New Issue
Block a user