Problems: add ack field to table view, closes #946

This commit is contained in:
Alexander Zobnin
2020-05-18 12:59:31 +03:00
parent 0df9023750
commit 4f9202423b
6 changed files with 52 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ export interface ProblemsPanelOptions {
statusField?: boolean;
statusIcon?: boolean;
severityField?: boolean;
ackField?: boolean;
ageField?: boolean;
descriptionField?: boolean;
descriptionAtNewLine?: boolean;