mirror of
https://github.com/iFargle/headscale-webui.git
synced 2025-12-24 19:22:34 +01:00
test
This commit is contained in:
@@ -582,7 +582,9 @@ def oidc_nav_mobile(user_name, email_address, name):
|
||||
return Markup(html_payload)
|
||||
|
||||
def render_search(page):
|
||||
if page != "users" and page != "machines": return Markup("")
|
||||
app.logger.info("Rendering search for %s page", page)
|
||||
if page != "users": return Markup("")
|
||||
if page != "machines": return Markup("")
|
||||
html_payload = """
|
||||
<form>
|
||||
<div class="input-field">
|
||||
|
||||
Reference in New Issue
Block a user