Update src/client/app/admin/views/ap-log.vue
This commit is contained in:
parent
35865429a8
commit
51a32846ee
@ -40,15 +40,6 @@ export default Vue.extend({
|
||||
id: Math.random().toString().substr(2, 8),
|
||||
length: 50
|
||||
});
|
||||
|
||||
setInterval(() => {
|
||||
this.onLog({
|
||||
direction: ['in', 'out'][Math.floor(Math.random() * 2)],
|
||||
activity: 'Create',
|
||||
host: 'misskey.ai',
|
||||
actor: 'foobar'
|
||||
});
|
||||
}, 1000);
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
|
Loading…
Reference in New Issue
Block a user