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:
Sunil Mohan Adapa 2020-03-06 13:43:08 -08:00
parent 06664e1489
commit 8a93b5191f
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

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