diff --git a/components/Menu.vue b/components/Menu.vue index 5028ebf1..82b0a469 100644 --- a/components/Menu.vue +++ b/components/Menu.vue @@ -20,11 +20,13 @@ Configure +    {{ channel.channel }} +    Logout @@ -55,6 +57,7 @@ export default { selectChannel (index) { this.$store.commit('config/UPDATE_CONFIG_ID', index) + this.$store.dispatch('config/getPlayoutConfig') } } }