add title to schema compare differences table (#6834)

This commit is contained in:
Kim Santiago
2019-08-22 11:37:47 -07:00
committed by GitHub
parent 8e070454c3
commit 5b94f8c4a7

View File

@@ -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({