mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
Fixed formatting/bugs (#14790)
* formatting changes & assessment title * fixed width for description/impacted objects * fixed formatting * removed master, model, tempdb, and msdb * fix warnings number * used static variable
This commit is contained in:
@@ -171,7 +171,6 @@ export class SKURecommendationPage extends MigrationWizardPage {
|
||||
this._chooseTargetComponent?.component.clearItems();
|
||||
this._igComponent!.component.value = constants.ASSESSMENT_COMPLETED(this._serverName);
|
||||
if (this.migrationStateModel.assessmentResults) {
|
||||
// need to parse assessment results before this, multiple assessment results present for same DB
|
||||
let dbIssueCount = 0;
|
||||
let last = '';
|
||||
this.migrationStateModel.assessmentResults.forEach(element => {
|
||||
|
||||
Reference in New Issue
Block a user