mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
networks: Show router wizard before Internet connection type wizard
After user selects that they are behind the router, we need to show the router configuration wizard step. Only after this should be show the Internet connection type step. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
06664e1489
commit
8a93b5191f
@ -25,13 +25,13 @@ first_boot_steps = [
|
||||
'order': 2,
|
||||
},
|
||||
{
|
||||
'id': 'internet_connectivity_type_wizard',
|
||||
'url': 'networks:internet-connection-type-first-boot',
|
||||
'id': 'router_setup_wizard',
|
||||
'url': 'networks:router-configuration-first-boot',
|
||||
'order': 3,
|
||||
},
|
||||
{
|
||||
'id': 'router_setup_wizard',
|
||||
'url': 'networks:router-configuration-first-boot',
|
||||
'id': 'internet_connectivity_type_wizard',
|
||||
'url': 'networks:internet-connection-type-first-boot',
|
||||
'order': 4,
|
||||
},
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user