mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
add title to schema compare differences table (#6834)
This commit is contained in:
@@ -102,7 +102,8 @@ export class SchemaCompareMainWindow {
|
||||
this.editor.registerContent(async view => {
|
||||
this.differencesTable = view.modelBuilder.table().withProperties({
|
||||
data: [],
|
||||
height: 300
|
||||
height: 300,
|
||||
title: localize('schemaCompare.differencesTableTitle', "Comparison between Source and Target")
|
||||
}).component();
|
||||
|
||||
this.diffEditor = view.modelBuilder.diffeditor().withProperties({
|
||||
|
||||
Reference in New Issue
Block a user