Skip to content

Commit 23b1b19

Browse files
committed
Small CSS fixes
1 parent 1e164b8 commit 23b1b19

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline {
55
label 'linux-x64'
66
}
77
environment {
8-
APP_VERSION = 'v0.5.1'
8+
APP_VERSION = 'v0.5.2'
99
HS_VERSION = "v0.20.0" // Version of Headscale this is compatible with
1010
BUILD_DATE = ''
1111
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "headscale-webui"
3-
version = "v0.5.1"
3+
version = "v0.5.2"
44
description = "A simple web UI for small-scale Headscale deployments."
55
authors = ["Albert Copeland <albert@sysctl.io>"]
66
license = "AGPL"

renderer.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,6 @@ def build_preauth_key_table(user_name):
527527
return preauth_keys_collection
528528

529529
def oidc_nav_dropdown(user_name, email_address, name):
530-
# TODO: Test this with a super long email address / name
531-
# DEBUG: REMOVE WHEN DONE TESTING
532-
email_address = "somesuperlongemailaddress@thisisridiculousitshouldneverbethislong.com"
533-
user_name = "whyWouldYOuEverSETyourusernamehtisLONGImjusttestingtheauto-width"
534-
# DEBUG: REMOVE WHEN DONE TESTING
535530
app.logger.info("OIDC is enabled. Building the OIDC nav dropdown")
536531
html_payload = """
537532
<!-- Dropdown Structure -->

0 commit comments

Comments
 (0)