mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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.editor.registerContent(async view => {
|
||||||
this.differencesTable = view.modelBuilder.table().withProperties({
|
this.differencesTable = view.modelBuilder.table().withProperties({
|
||||||
data: [],
|
data: [],
|
||||||
height: 300
|
height: 300,
|
||||||
|
title: localize('schemaCompare.differencesTableTitle', "Comparison between Source and Target")
|
||||||
}).component();
|
}).component();
|
||||||
|
|
||||||
this.diffEditor = view.modelBuilder.diffeditor().withProperties({
|
this.diffEditor = view.modelBuilder.diffeditor().withProperties({
|
||||||
|
|||||||
Reference in New Issue
Block a user