Development
This commit is contained in:
parent
ef4bdef838
commit
4b44fdf65a
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
Turn any Linux machine with 2 NICs into an enterprise-grade router and firewall. Ditch vendor gated appliances and opaque firmware while keeping your machine fully multipurpose and under your control. Easily manage VLANs, NAT, DNS, DHCP, VPNs, RADIUS, mDNS, and content filtering through a modern interface built on battle-tested Linux tools like dnsmasq, nftables, systemd-networkd, FreeRADIUS, and WireGuard. Designed to integrate seamlessly with existing enterprise and prosumer networking hardware.
|
|
||||||
|
|
@ -1547,7 +1547,8 @@ def render_layout(view_id, content_html, tokens, page_name=None, suppress_pendin
|
||||||
has_pending_alert = not config_utils._apply_changes_immediately() and bool(config_utils.get_dashboard_pending())
|
has_pending_alert = not config_utils._apply_changes_immediately() and bool(config_utils.get_dashboard_pending())
|
||||||
titlebar_html = f'<div class="titlebar"><span class="titlebar-brand">{config_utils.WEB_APP_DISPLAY_NAME}</span></div>'
|
titlebar_html = f'<div class="titlebar"><span class="titlebar-brand">{config_utils.WEB_APP_DISPLAY_NAME}</span></div>'
|
||||||
navbar_html = build_navbar(view_id, level, tokens, pending_alert=has_pending_alert)
|
navbar_html = build_navbar(view_id, level, tokens, pending_alert=has_pending_alert)
|
||||||
footer_html = f'<footer class="footer">{config_utils.WEB_APP_DISPLAY_NAME}</footer>'
|
edition = 'Pro' if settings.is_pro() else 'CE'
|
||||||
|
footer_html = f'<footer class="footer">{config_utils.PRODUCT_NAME.capitalize()}-{edition}</footer>'
|
||||||
|
|
||||||
page_hash = config_utils.config_hash()
|
page_hash = config_utils.config_hash()
|
||||||
lan_iface = e(tokens.get('GENERAL_LAN_INTERFACE', ''))
|
lan_iface = e(tokens.get('GENERAL_LAN_INTERFACE', ''))
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
"name": "email",
|
"name": "email",
|
||||||
"input_type": "text",
|
"input_type": "text",
|
||||||
"value": "%PREF_EMAIL%",
|
"value": "%PREF_EMAIL%",
|
||||||
"disabled": true,
|
"readonly": true,
|
||||||
"hint": "Contact your manager to change your email address."
|
"hint": "Contact your manager to change your email address."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue