Increase display instances limit

This commit is contained in:
syuilo 2019-03-16 01:36:10 +09:00
parent 4157ea8bc3
commit 34e7c99283
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -170,7 +170,7 @@ export default Vue.extend({
target: null,
sort: '+lastCommunicatedAt',
state: 'all',
limit: 50,
limit: 100,
instances: [],
chart: null,
chartSrc: 'requests',