mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
remove non-descriptive tooltips (#7099)
This commit is contained in:
@@ -299,19 +299,16 @@ export class SchemaCompareMainWindow {
|
||||
columns: [
|
||||
{
|
||||
value: localize('schemaCompare.typeColumn', 'Type'),
|
||||
toolTip: localize('schemaCompare.typeColumn', 'Type'),
|
||||
cssClass: 'align-with-header',
|
||||
width: 50
|
||||
},
|
||||
{
|
||||
value: localize('schemaCompare.sourceNameColumn', 'Source Name'),
|
||||
toolTip: localize('schemaCompare.sourceNameColumn', 'Source Name'),
|
||||
cssClass: 'align-with-header',
|
||||
width: 90
|
||||
},
|
||||
{
|
||||
value: localize('schemaCompare.includeColumnName', 'Include'),
|
||||
toolTip: localize('schemaCompare.includeColumnName', 'Include'),
|
||||
cssClass: 'align-with-header',
|
||||
width: 60,
|
||||
type: azdata.ColumnType.checkBox,
|
||||
@@ -319,13 +316,11 @@ export class SchemaCompareMainWindow {
|
||||
},
|
||||
{
|
||||
value: localize('schemaCompare.actionColumn', 'Action'),
|
||||
toolTip: localize('schemaCompare.actionColumn', 'Action'),
|
||||
cssClass: 'align-with-header',
|
||||
width: 30
|
||||
},
|
||||
{
|
||||
value: localize('schemaCompare.targetNameColumn', 'Target Name'),
|
||||
toolTip: localize('schemaCompare.targetNameColumn', 'Target Name'),
|
||||
cssClass: 'align-with-header',
|
||||
width: 150
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user