Skip to content
Snippets Groups Projects
Unverified Commit a319b303 authored by syuilo's avatar syuilo
Browse files

Increase log limit

parent 8278616e
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ export default Vue.extend({
this.$root.api('admin/logs', {
level: this.level === 'all' ? null : this.level,
domain: this.domain === '' ? null : this.domain,
limit: 50
limit: 100
}).then(logs => {
this.logs = logs.reverse();
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment