This PR (re)introduces the network settings menu and related functionality when running the software in system mode.
The following templates are added:
add_ap
ap_details
configure_dns
data_usage_limits
list_aps
menu
modify_ap
All of the added templates existed previously in the form of tera templates. They have been refactored to use the maud template engine. In many cases, the modularity, readability and efficiency of the template code has been improved.
This PR (re)introduces the network settings menu and related functionality when running the software in system mode.
The following templates are added:
- add_ap
- ap_details
- configure_dns
- data_usage_limits
- list_aps
- menu
- modify_ap
All of the added templates existed previously in the form of tera templates. They have been refactored to use the maud template engine. In many cases, the modularity, readability and efficiency of the template code has been improved.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR (re)introduces the network settings menu and related functionality when running the software in system mode.
The following templates are added:
All of the added templates existed previously in the form of tera templates. They have been refactored to use the maud template engine. In many cases, the modularity, readability and efficiency of the template code has been improved.