mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 02:52:49 +00:00
fix: firmware cannot be linked
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="/firmware/{currentDevice ? `${currentDevice}/` : ''}"
|
href="/ccos/{currentDevice ? `${currentDevice}/` : ''}"
|
||||||
use:action={{ title: "Updates" }}
|
use:action={{ title: "Updates" }}
|
||||||
>
|
>
|
||||||
CCOS {$serialPort?.version ?? "Updates"}
|
CCOS {$serialPort?.version ?? "Updates"}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
let { children } = $props();
|
let { children } = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h1><a href="/firmware">Firmware Updates</a></h1>
|
<h1><a href="/ccos">Firmware Updates</a></h1>
|
||||||
|
|
||||||
{@render children()}
|
{@render children()}
|
||||||
|
|
||||||
Reference in New Issue
Block a user