Skip to content

Commit

Permalink
New Svelte GUI build
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh authored and github-actions[bot] committed Dec 22, 2024
1 parent cfd7b4e commit 59777fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions gui/modals/SensorFormModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,10 @@
})}"
/>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-2" class:d-none="{!(hardware_type === 'chirp' && sensor_type === 'moisture')}">
<div
class="col-6 col-sm-6 col-md-6 col-lg-2"
class:d-none="{!(hardware_type === 'chirp' && sensor_type === 'moisture')}"
>
<Field
type="number"
name="calibration.chirp_min_moist"
Expand All @@ -377,7 +380,10 @@
})}"
/>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-2" class:d-none="{!(hardware_type === 'chirp' && sensor_type === 'moisture')}">
<div
class="col-6 col-sm-6 col-md-6 col-lg-2"
class:d-none="{!(hardware_type === 'chirp' && sensor_type === 'moisture')}"
>
<Field
type="number"
name="calibration.chirp_max_moist"
Expand Down
Loading

0 comments on commit 59777fb

Please sign in to comment.