triggers panel: update default limit to 100

This commit is contained in:
Alexander Zobnin
2017-12-11 10:39:10 +03:00
parent ea9ce3f3cf
commit 8aeb1f2259
3 changed files with 3 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ System.register(['lodash', 'jquery', 'moment', '../datasource-zabbix/utils', 'ap
showTriggers: 'all triggers', showTriggers: 'all triggers',
sortTriggersBy: { text: 'last change', value: 'lastchange' }, sortTriggersBy: { text: 'last change', value: 'lastchange' },
showEvents: { text: 'Problems', value: '1' }, showEvents: { text: 'Problems', value: '1' },
limit: 10, limit: 100,
// View options // View options
fontSize: '100%', fontSize: '100%',
pageSize: 10, pageSize: 10,

File diff suppressed because one or more lines are too long

View File

@@ -41,7 +41,7 @@ export const PANEL_DEFAULTS = {
showTriggers: 'all triggers', showTriggers: 'all triggers',
sortTriggersBy: { text: 'last change', value: 'lastchange' }, sortTriggersBy: { text: 'last change', value: 'lastchange' },
showEvents: { text: 'Problems', value: '1' }, showEvents: { text: 'Problems', value: '1' },
limit: 10, limit: 100,
// View options // View options
fontSize: '100%', fontSize: '100%',
pageSize: 10, pageSize: 10,