Updated htmlReportGenerator to work with 4 levels severity model (#19928)

Co-authored-by: Vladimir Chernov <v-chvlad@microsoft.com>
This commit is contained in:
Vladimir Chernov
2022-07-07 00:34:07 +03:00
committed by GitHub
parent 069536b469
commit f79d54793e
2 changed files with 6 additions and 0 deletions

View File

@@ -25,7 +25,10 @@ export const LocalizedStrings = {
RESULTS_FOR_DATABASE: localize('asmt.sqlReport.resultForDatabase', "Results for database"),
RESULTS_FOR_INSTANCE: localize('asmt.sqlReport.resultForInstance', "Results for server"),
REPORT_ERROR: localize('asmt.sqlReport.Error', "Error"),
REPORT_HIGH: localize('asmt.sqlReport.High', "High"),
REPORT_WARNING: localize('asmt.sqlReport.Warning', "Warning"),
REPORT_MEDIUM: localize('asmt.sqlReport.Medium', "Medium"),
REPORT_LOW: localize('asmt.sqlReport.Low', "Low"),
REPORT_INFO: localize('asmt.sqlReport.Info', "Information"),
HELP_LINK_COLUMN_NAME: localize('asmt.column.helpLink', "Help Link"),
REPORT_SEVERITY_MESSAGE: function (severity: string, count: number) {