diff --git a/frontend/src/components/General/Tab.svelte b/frontend/src/components/General/Tab.svelte index 7304396..26ffc44 100644 --- a/frontend/src/components/General/Tab.svelte +++ b/frontend/src/components/General/Tab.svelte @@ -15,15 +15,14 @@
{#if status == "PERIPHERAL_DISCONNECTED" } {/if}{title}
{$_("projectHardwareAvailableLabel")}
+{$_("projectHardwareDetectedLabel")}
- {#each Object.entries($peripherals) as [serialNumber, peripheral]} - {#if peripheral.isDetected} -{$_("projectHardwareOthersLabel")}
-{$_("projectHardwareDetectedLabel")}
{$_("projectHardwareOthersLabel")}
+{$_("projectHardwareSettingsLabel")} ({selectedPeripheralSN == null ? $_("projectHardwareNoSelection") : selectedPeripheralSN})