This commit is contained in:
nguyentrungthat 2026-01-06 08:44:51 +07:00
parent 250ea1421b
commit 175a7d04e2
2 changed files with 25 additions and 1 deletions

View File

@ -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`,

View File

@ -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}