Development
This commit is contained in:
parent
ef4bdef838
commit
4b44fdf65a
3 changed files with 3 additions and 3 deletions
|
|
@ -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())
|
||||
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)
|
||||
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()
|
||||
lan_iface = e(tokens.get('GENERAL_LAN_INTERFACE', ''))
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"name": "email",
|
||||
"input_type": "text",
|
||||
"value": "%PREF_EMAIL%",
|
||||
"disabled": true,
|
||||
"readonly": true,
|
||||
"hint": "Contact your manager to change your email address."
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue