mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
add error banner for failed migration cutover and cancel migration (#17106)
This commit is contained in:
@@ -547,7 +547,7 @@ export interface TargetLocation {
|
||||
|
||||
export interface BackupFileInfo {
|
||||
fileName: string;
|
||||
status: 'Arrived' | 'Uploading' | 'Uploaded' | 'Restoring' | 'Restored' | 'Cancelled' | 'Ignored';
|
||||
status: 'Arrived' | 'Uploading' | 'Uploaded' | 'Restoring' | 'Restored' | 'Canceled' | 'Ignored';
|
||||
totalSize: number;
|
||||
dataRead: number;
|
||||
dataWritten: number;
|
||||
|
||||
Reference in New Issue
Block a user