feat: hide cc0

This commit is contained in:
2026-01-28 16:39:08 +01:00
parent 9a1c2b5bf6
commit ee8d400ad7

View File

@@ -88,9 +88,10 @@
{#if ports.length !== 0}
<h4>Recent Devices</h4>
<div class="devices">
<!--
<div class="device">
<button onclick={connectCC0}> CC0</button>
</div>
</div>-->
{#each ports as port}
<div class="device">
<button
@@ -115,7 +116,7 @@
<button onclick={connectDevice} class="primary"
><span class="icon">add</span>Connect</button
>
<a href="/ccos/zero_wasm/"><span class="icon">add</span>Virtual Device</a>
<!--<a href="/ccos/zero_wasm/"><span class="icon">add</span>Virtual Device</a>-->
</div>
</div>