summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-04 03:44:06 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-04 03:44:06 +0900
commit0b7af5c66992a4ed0e49274d6f6f18fcfd14ef1e (patch)
tree390a6763a6ac4fbde9b70085abfee510290ad77d /src/client
parentFix: update_client_setting (#3086) (diff)
downloadsharkey-0b7af5c66992a4ed0e49274d6f6f18fcfd14ef1e.tar.gz
sharkey-0b7af5c66992a4ed0e49274d6f6f18fcfd14ef1e.tar.bz2
sharkey-0b7af5c66992a4ed0e49274d6f6f18fcfd14ef1e.zip
[Client] Fix bug
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/admin/views/ap-log.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/admin/views/ap-log.vue b/src/client/app/admin/views/ap-log.vue
index 3a88167648..175a8c1117 100644
--- a/src/client/app/admin/views/ap-log.vue
+++ b/src/client/app/admin/views/ap-log.vue
@@ -34,8 +34,8 @@ export default Vue.extend({
mounted() {
this.connection = (this as any).os.stream.useSharedConnection('apLog');
- this.connection.on('stats', this.onLog);
- this.connection.on('statsLog', this.onLogs);
+ this.connection.on('log', this.onLog);
+ this.connection.on('logs', this.onLogs);
this.connection.send('requestLog', {
id: Math.random().toString().substr(2, 8),
length: 50