mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-15 23:25:48 -07:00
Minor Changes to Connection Protocol Dropdown
This commit is contained in:
@@ -618,7 +618,7 @@ export default function ReverseTunnelPowershell({ device }) {
|
|||||||
>
|
>
|
||||||
<TextField
|
<TextField
|
||||||
select
|
select
|
||||||
label="Connection Type"
|
label="Connection Protocol"
|
||||||
size="small"
|
size="small"
|
||||||
value={connectionType}
|
value={connectionType}
|
||||||
onChange={(e) => setConnectionType(e.target.value)}
|
onChange={(e) => setConnectionType(e.target.value)}
|
||||||
|
|||||||
Reference in New Issue
Block a user