mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -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:
@@ -34,6 +34,11 @@ export enum State {
|
||||
EXIT,
|
||||
}
|
||||
|
||||
export enum ServiceTier {
|
||||
GeneralPurpose = 'GeneralPurpose',
|
||||
BusinessCritical = 'BusinessCritical',
|
||||
}
|
||||
|
||||
export enum MigrationTargetType {
|
||||
SQLVM = 'AzureSqlVirtualMachine',
|
||||
SQLMI = 'AzureSqlManagedInstance',
|
||||
|
||||
Reference in New Issue
Block a user