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

Fixes title

This commit is contained in:
Amir
2020-01-07 10:37:57 -08:00
parent d408cfca1d
commit 98ee491865

View File

@@ -32,6 +32,11 @@ export default {
title: this.title
};
},
mounted() {
if (this.allContainersById[this.id]) {
this.title = this.allContainersById[this.id].name;
}
},
computed: {
...mapState(["activeContainers"]),
...mapGetters(["allContainersById"])