Increase display instances limit
This commit is contained in:
parent
4157ea8bc3
commit
34e7c99283
@ -170,7 +170,7 @@ export default Vue.extend({
|
|||||||
target: null,
|
target: null,
|
||||||
sort: '+lastCommunicatedAt',
|
sort: '+lastCommunicatedAt',
|
||||||
state: 'all',
|
state: 'all',
|
||||||
limit: 50,
|
limit: 100,
|
||||||
instances: [],
|
instances: [],
|
||||||
chart: null,
|
chart: null,
|
||||||
chartSrc: 'requests',
|
chartSrc: 'requests',
|
||||||
|
Loading…
Reference in New Issue
Block a user