mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
networks: add first boot step for router config helper
Signed-off-by: Nektarios Katakis <iam@nektarioskatakis.xyz> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
09545155a0
commit
e771ca3b8e
@ -33,6 +33,12 @@ is_essential = True
|
||||
|
||||
managed_packages = ['network-manager', 'batctl']
|
||||
|
||||
first_boot_steps = [{
|
||||
'id': 'router_setup_wizard',
|
||||
'url': 'networks:firstboot_router_setup',
|
||||
'order': 4,
|
||||
}]
|
||||
|
||||
name = _('Networks')
|
||||
|
||||
description = [
|
||||
|
||||
@ -45,4 +45,7 @@ urlpatterns = [
|
||||
url(r'^sys/networks/router-setup-guide/$',
|
||||
views.router_configuration_help_page,
|
||||
name='router_setup'),
|
||||
url(r'^sys/networks/firstboot/$',
|
||||
public(views.router_configuration_help_page),
|
||||
name='firstboot_router_setup'),
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user