mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-02-09 02:32:41 +00:00
feat: hide cc0
This commit is contained in:
@@ -88,9 +88,10 @@
|
|||||||
{#if ports.length !== 0}
|
{#if ports.length !== 0}
|
||||||
<h4>Recent Devices</h4>
|
<h4>Recent Devices</h4>
|
||||||
<div class="devices">
|
<div class="devices">
|
||||||
|
<!--
|
||||||
<div class="device">
|
<div class="device">
|
||||||
<button onclick={connectCC0}> CC0</button>
|
<button onclick={connectCC0}> CC0</button>
|
||||||
</div>
|
</div>-->
|
||||||
{#each ports as port}
|
{#each ports as port}
|
||||||
<div class="device">
|
<div class="device">
|
||||||
<button
|
<button
|
||||||
@@ -115,7 +116,7 @@
|
|||||||
<button onclick={connectDevice} class="primary"
|
<button onclick={connectDevice} class="primary"
|
||||||
><span class="icon">add</span>Connect</button
|
><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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user