# HG changeset patch # User Thomas Junk # Date 1538124361 -7200 # Node ID 157a3e42d4afce09dbc5f38c3f28e1446d21940b # Parent 03e966b71a887d0b3fe3d77c7a2d6f052634c26b refresh for logs diff -r 03e966b71a88 -r 157a3e42d4af client/src/logs/logs.vue --- a/client/src/logs/logs.vue Fri Sep 28 10:25:09 2018 +0200 +++ b/client/src/logs/logs.vue Fri Sep 28 10:46:01 2018 +0200 @@ -22,7 +22,7 @@

Last refresh: {{refreshed}}

- +
@@ -96,6 +96,7 @@ return { logs: null, currentLog: null, + currentFile: null, refreshed: null }; }, @@ -108,6 +109,7 @@ this.logs = response.data.content; this.currentLog = type; this.refreshed = new Date().toLocaleString(); + this.currentFile = file; }) .catch(error => { console.log(error);