Update
This commit is contained in:
parent
250ea1421b
commit
175a7d04e2
|
|
@ -1254,6 +1254,20 @@ export default class LineConnection {
|
|||
repeat: '1',
|
||||
note: '',
|
||||
},
|
||||
{
|
||||
expect: '#',
|
||||
send: `exit`,
|
||||
delay: '1',
|
||||
repeat: '1',
|
||||
note: '',
|
||||
},
|
||||
{
|
||||
expect: '#',
|
||||
send: `ip default-gateway ${station?.gateway ? station?.gateway : '0.0.0.0'}`,
|
||||
delay: '1',
|
||||
repeat: '1',
|
||||
note: '',
|
||||
},
|
||||
{
|
||||
expect: '#',
|
||||
send: `end`,
|
||||
|
|
|
|||
|
|
@ -1207,7 +1207,17 @@ const ModalTerminal = ({
|
|||
setOpenSelectIos(true);
|
||||
}}
|
||||
>
|
||||
Select IOS / License
|
||||
Select IOS
|
||||
</Button>
|
||||
<Button
|
||||
disabled={true}
|
||||
fw={400}
|
||||
variant="outline"
|
||||
color="green"
|
||||
size="xs"
|
||||
onClick={() => {}}
|
||||
>
|
||||
Select License
|
||||
</Button>
|
||||
<Button
|
||||
fw={400}
|
||||
|
|
|
|||
Loading…
Reference in New Issue