Hide all PiCamera settings if not relevant
This commit is contained in:
parent
42af6dbec2
commit
6b9d83f26a
1 changed files with 37 additions and 34 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<template>
|
||||
<div v-if="camera_settings" id="cameraSettings">
|
||||
<form @submit.prevent="applyConfigRequest">
|
||||
<div v-if="camera_settings.picamera_settings">
|
||||
<!--PiCamera settings block-->
|
||||
<div v-if="camera_settings.picamera_settings.shutter_speed">
|
||||
<label class="uk-form-label" for="form-stacked-text"
|
||||
>Exposure time</label
|
||||
|
|
@ -41,6 +43,7 @@
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button
|
||||
type="submit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue