mirror of https://github.com/jetkvm/kvm.git
removed query params
This commit is contained in:
parent
b27e35d3c3
commit
c3cc1b21bc
|
@ -130,7 +130,7 @@ function UpdateUsbConfigModal({
|
||||||
</p>
|
</p>
|
||||||
<div className="flex justify-start mt-4 text-xs text-slate-500 dark:text-slate-400">
|
<div className="flex justify-start mt-4 text-xs text-slate-500 dark:text-slate-400">
|
||||||
<ExtLink
|
<ExtLink
|
||||||
href={`https://the-sz.com/products/usbid/index.php?v=${usbConfigState.vendor_id}&p=${usbConfigState.product_id}`}
|
href={`https://the-sz.com/products/usbid/index.php`}
|
||||||
className="hover:underline"
|
className="hover:underline"
|
||||||
>
|
>
|
||||||
Look up USB Device IDs here
|
Look up USB Device IDs here
|
||||||
|
|
Loading…
Reference in New Issue