mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
Add new tabbed dashboard, monitoring with breadcrumb navigation (#19995)
* SQL DB monitoring and Dashboard refactor * Merge remote-tracking branch 'origin/main' into dev/brih/feature/sql-migration-dashboard-tabs * update filter text and optimize page load * update migration column order, names and statusbox * add column table sorting * add new migration and pipeline status values, etc * address review feedback
This commit is contained in:
@@ -95,7 +95,8 @@ export enum MigrationStatus {
|
||||
Canceled = 'Canceled',
|
||||
Completing = 'Completing',
|
||||
Creating = 'Creating',
|
||||
Canceling = 'Canceling'
|
||||
Canceling = 'Canceling',
|
||||
Retriable = 'Retriable',
|
||||
}
|
||||
|
||||
export enum ProvisioningState {
|
||||
@@ -110,6 +111,6 @@ export enum BackupFileInfoStatus {
|
||||
Uploaded = 'Uploaded',
|
||||
Restoring = 'Restoring',
|
||||
Restored = 'Restored',
|
||||
Canceled = 'Canceled',
|
||||
Cancelled = 'Cancelled',
|
||||
Ignored = 'Ignored'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user