diff --git a/frontend/src/components/Status.vue b/frontend/src/components/Status.vue index cddb121..871c4ea 100644 --- a/frontend/src/components/Status.vue +++ b/frontend/src/components/Status.vue @@ -22,6 +22,7 @@

name: {{p.name}}

is_bot: {{p.bot}}

health: {{p.health}}

+

sid: {{p.sid}}

@@ -76,7 +77,7 @@ export default { this.$socket.emit('kick', {'key':this.deploy_key, 'sid':sid}) setTimeout((()=>{ this.refresh() - }).bind(this), 500) + }).bind(this), 1500) } } }