triggers panel: add highlightBackground property to panel defaults

This commit is contained in:
Alexander Zobnin
2018-03-23 16:10:15 +03:00
parent 01927ec4ad
commit 88ed124965
3 changed files with 5 additions and 3 deletions

View File

@@ -149,7 +149,8 @@ System.register(['lodash', 'jquery', 'moment', '../datasource-zabbix/utils', 'ap
// View options
fontSize: '100%',
pageSize: 10,
highlightNewEvents: true,
highlightBackground: false,
highlightNewEvents: false,
highlightNewerThan: '1h',
customLastChangeFormat: false,
lastChangeFormat: "",

File diff suppressed because one or more lines are too long