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

@@ -48,6 +48,7 @@ export const PANEL_DEFAULTS = {
statusField: true,
statusIcon: false,
severityField: true,
ackField: true,
ageField: false,
descriptionField: true,
descriptionAtNewLine: false,