forked from FoundKeyGang/FoundKey
Fix log order
This commit is contained in:
parent
771f011506
commit
8278616eeb
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export default Vue.extend({
|
|||
domain: this.domain === '' ? null : this.domain,
|
||||
limit: 50
|
||||
}).then(logs => {
|
||||
this.logs = logs;
|
||||
this.logs = logs.reverse();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue