problems: show status icon

This commit is contained in:
Alexander Zobnin
2018-12-28 19:24:57 +03:00
parent f31f9757ba
commit eb2ba5ae07
8 changed files with 124 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ export interface ProblemsPanelOptions {
hostProxy?: boolean;
showTags?: boolean;
statusField?: boolean;
statusIcon?: boolean;
severityField?: boolean;
descriptionField?: boolean;
descriptionAtNewLine?: boolean;