1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 16:06:40 +01:00

Fixes bug

This commit is contained in:
Amir Raminfar
2019-06-12 19:51:13 -07:00
parent 1f7385da36
commit 506e03bbf7

View File

@@ -91,7 +91,7 @@ export default {
}
es = new EventSource(`${BASE_PATH}/api/logs/stream?id=${id}`);
es.onmessage = e => this.messages.push(parseMessage(e.data));
this.title = `${this.name} - Dozzle`;
this.title = `${this.name}`;
},
onKeyDown(e) {
if ((e.metaKey || e.ctrlKey) && e.key === "f") {