mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
grid item find by message as well (#13184)
icon for generate html report
This commit is contained in:
@@ -236,8 +236,8 @@ export class SqlAssessmentMainTab extends SqlAssessmentTab {
|
||||
.withProperties<azdata.ButtonProperties>({
|
||||
label: localize('btnGeneratehtmlreport', "Create HTML Report"),
|
||||
iconPath: {
|
||||
dark: this.extensionContext.asAbsolutePath('resources/dark/newquery_inverse.svg'),
|
||||
light: this.extensionContext.asAbsolutePath('resources/light/newquery.svg')
|
||||
dark: this.extensionContext.asAbsolutePath('resources/dark/book_inverse.svg'),
|
||||
light: this.extensionContext.asAbsolutePath('resources/light/book.svg')
|
||||
},
|
||||
enabled: false
|
||||
}).component();
|
||||
|
||||
Reference in New Issue
Block a user