From 4f74373df3fae871331dd1577bc4a914ecc809fb Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 13 Oct 2018 19:25:59 +0900 Subject: Better id --- src/client/app/common/views/widgets/server.cpu-memory.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/common') diff --git a/src/client/app/common/views/widgets/server.cpu-memory.vue b/src/client/app/common/views/widgets/server.cpu-memory.vue index 119a77af83..4a0341ddcd 100644 --- a/src/client/app/common/views/widgets/server.cpu-memory.vue +++ b/src/client/app/common/views/widgets/server.cpu-memory.vue @@ -92,7 +92,7 @@ export default Vue.extend({ this.connection.on('stats', this.onStats); this.connection.on('statsLog', this.onStatsLog); this.connection.send('requestLog', { - id: Math.random().toString() + id: Math.random().toString().substr(2, 8) }); }, beforeDestroy() { -- cgit v1.2.3-freya