fix: hide COM-port selector for KKT devices (uses DTO web service, not COM)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -489,7 +489,7 @@ function DeviceForm({
|
||||
</div>
|
||||
)}
|
||||
|
||||
{connection === 'com' && (
|
||||
{connection === 'com' && type !== 'kkt' && (
|
||||
<div>
|
||||
<label className="block text-xs font-medium text-slate-500 mb-1 flex items-center gap-2">
|
||||
COM-порт
|
||||
|
||||
Reference in New Issue
Block a user