mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-21 04:20:11 -04:00
Update task labels for Attach, Detach, and Drop Database (#24289)
This commit is contained in:
@@ -36,6 +36,10 @@ export class AttachDatabaseDialog extends ObjectManagementDialogBase<Database, D
|
||||
return this._databasesToAttach.length > 0;
|
||||
}
|
||||
|
||||
protected override get saveChangesTaskLabel(): string {
|
||||
return loc.AttachDatabaseOperationDisplayName;
|
||||
}
|
||||
|
||||
protected async initializeUI(): Promise<void> {
|
||||
let filesSection = this.initializeAttachSection();
|
||||
let associatedSection = this.initializeAssociatedFilesSection();
|
||||
|
||||
Reference in New Issue
Block a user