mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-21 20:30:29 -04:00
Sql-Assessment api info button (#13490)
This commit is contained in:
@@ -88,7 +88,11 @@ export class SqlAssessmentHistoryTab extends SqlAssessmentTab {
|
||||
this.resultGrid.displayResult(historyResult.result, AssessmentType.InvokeAssessment);
|
||||
title.value = localize('asmt.history.resultsTitle', "Assessment Results from {0}", new Date(historyResult.dateUpdated).toLocaleString());
|
||||
root.addItem(infoPanel, { flex: `0 0 50px` });
|
||||
root.addItem(this.resultGrid.component);
|
||||
root.addItem(this.resultGrid.component, {
|
||||
flex: '1 1 auto', CSSStyles: {
|
||||
'padding-bottom': '10px'
|
||||
}
|
||||
});
|
||||
this.summaryTable.selectedRows = [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user