diff --git a/internal/web/templates/auth.html b/internal/web/templates/auth.html index 817f227..2a32429 100644 --- a/internal/web/templates/auth.html +++ b/internal/web/templates/auth.html @@ -1,9 +1,9 @@ {{ define "auth" }}
-● WARNING! Authentication is only safe when used over https and with a strong password.
● Expire after - when user session expires. Can be set with suffixes m(minute), h(hour), d(day) or M(month). Default: 7d.
@@ -50,4 +50,4 @@ {{ template "footer" }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/internal/web/templates/config.html b/internal/web/templates/config.html index acdf766..8abe5ef 100644 --- a/internal/web/templates/config.html +++ b/internal/web/templates/config.html @@ -1,9 +1,9 @@ {{ define "config" }} -Current version: {{ .Version }}
● There can be one or more Interfaces, space separated
@@ -120,4 +120,4 @@ {{ template "footer" }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/internal/web/templates/footer.html b/internal/web/templates/footer.html index 5dd8ca7..31b3bd0 100644 --- a/internal/web/templates/footer.html +++ b/internal/web/templates/footer.html @@ -1,4 +1,4 @@ {{ define "footer"}} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/internal/web/templates/header.html b/internal/web/templates/header.html index dedd2c9..dfd443a 100644 --- a/internal/web/templates/header.html +++ b/internal/web/templates/header.html @@ -17,7 +17,7 @@