mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
mi page shows prompt to select DB to see any warnings (#14921)
This commit is contained in:
@@ -310,6 +310,7 @@ export const RECOMMENDATION = localize('sql.migration.recommendation', "Recommen
|
||||
export const MORE_INFO = localize('sql.migration.more.info', "More Info");
|
||||
export const TARGET_PLATFORM = localize('sql.migration.target.platform', "Target Platform");
|
||||
export const WARNINGS_DETAILS = localize('sql.migration.warnings.details', "Warnings Details");
|
||||
export const SELECT_DB_PROMPT = localize('sql.migration.select.prompt', "Click on SQL Server Instance or any of the databases on the left to view its details.");
|
||||
export function IMPACT_OBJECT_TYPE(objectType: string): string {
|
||||
return localize('sql.migration.impact.object.type', "Type: {0}", objectType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user