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