Minor fix

This commit is contained in:
CzBiX
2019-08-31 20:37:27 +08:00
parent 50e3c39138
commit 6d24671c7c
3 changed files with 3 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ export default Vue.extend({
}
if (logs.length) {
// this.logs = this.logs.concat(logs);
this.logs = this.logs.concat(logs);
await this.$nextTick();

View File

@@ -2,6 +2,7 @@
<v-data-table
:headers="headers"
:items="peers"
:items-per-page="-1"
:hide-default-footer="true"
>
<template v-slot:item="row">

View File

@@ -2,6 +2,7 @@
<v-data-table
:headers="headers"
:items="trackers"
:items-per-page="-1"
:hide-default-footer="true"
>
<template v-slot:item="row">