bugfix: fix the webcam panel collapsible property (#375)
This fixes a bug where the webcam panel is collapsible even when navigated to the webcam page where the panel should not be collapsible. Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
parent
92a848747a
commit
4d2a61b8b7
@ -7,7 +7,7 @@
|
|||||||
v-if="socketIsConnected"
|
v-if="socketIsConnected"
|
||||||
icon="mdi-webcam"
|
icon="mdi-webcam"
|
||||||
:title="$t('Panels.WebcamPanel.Headline')"
|
:title="$t('Panels.WebcamPanel.Headline')"
|
||||||
:collapsible="true"
|
:collapsible="(this.$route.fullPath !== '/cam')"
|
||||||
card-class="webcam-panel"
|
card-class="webcam-panel"
|
||||||
>
|
>
|
||||||
<template v-slot:buttons v-if="webcams.length > 1">
|
<template v-slot:buttons v-if="webcams.length > 1">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user