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',
sortTriggersBy: { text: 'last change', value: 'lastchange' },
showEvents: { text: 'Problems', value: '1' },
limit: 10,
limit: 100,
// View options
fontSize: '100%',
pageSize: 10,