triggers panel: add highlightBackground property to panel defaults
This commit is contained in:
3
dist/panel-triggers/triggers_panel_ctrl.js
vendored
3
dist/panel-triggers/triggers_panel_ctrl.js
vendored
@@ -149,7 +149,8 @@ System.register(['lodash', 'jquery', 'moment', '../datasource-zabbix/utils', 'ap
|
|||||||
// View options
|
// View options
|
||||||
fontSize: '100%',
|
fontSize: '100%',
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
highlightNewEvents: true,
|
highlightBackground: false,
|
||||||
|
highlightNewEvents: false,
|
||||||
highlightNewerThan: '1h',
|
highlightNewerThan: '1h',
|
||||||
customLastChangeFormat: false,
|
customLastChangeFormat: false,
|
||||||
lastChangeFormat: "",
|
lastChangeFormat: "",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -50,7 +50,8 @@ export const PANEL_DEFAULTS = {
|
|||||||
// View options
|
// View options
|
||||||
fontSize: '100%',
|
fontSize: '100%',
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
highlightNewEvents: true,
|
highlightBackground: false,
|
||||||
|
highlightNewEvents: false,
|
||||||
highlightNewerThan: '1h',
|
highlightNewerThan: '1h',
|
||||||
customLastChangeFormat: false,
|
customLastChangeFormat: false,
|
||||||
lastChangeFormat: "",
|
lastChangeFormat: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user