mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -05:00
table component improvement (#13801)
* hyperlink column * fixed width for image only button - old behavior
This commit is contained in:
@@ -46,14 +46,14 @@ export class AssessmentResultGrid implements vscode.Disposable {
|
||||
dark: extensionContext.asAbsolutePath('resources/dark/database.svg'),
|
||||
light: extensionContext.asAbsolutePath('resources/light/database.svg')
|
||||
},
|
||||
ariaLabel: localize('databaseIconLabel', "Database Icon")
|
||||
title: localize('databaseIconLabel', "Database")
|
||||
},
|
||||
[azdata.sqlAssessment.SqlAssessmentTargetType.Server]: {
|
||||
icon: {
|
||||
dark: extensionContext.asAbsolutePath('resources/dark/server.svg'),
|
||||
light: extensionContext.asAbsolutePath('resources/light/server.svg')
|
||||
},
|
||||
ariaLabel: localize('serverIconLabel', "Server Icon")
|
||||
title: localize('serverIconLabel', "Server")
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user