mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Increase display instances limit
This commit is contained in:
parent
a0bb3381c7
commit
1a6b5f53ca
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ export default Vue.extend({
|
|||
target: null,
|
||||
sort: '+lastCommunicatedAt',
|
||||
state: 'all',
|
||||
limit: 50,
|
||||
limit: 100,
|
||||
instances: [],
|
||||
chart: null,
|
||||
chartSrc: 'requests',
|
||||
|
|
Loading…
Reference in a new issue