From f30fa7d166be42169a0c47413998b16b575149b0 Mon Sep 17 00:00:00 2001 From: Alexander Baryshnikov Date: Thu, 1 Oct 2020 21:35:58 +0800 Subject: [PATCH] ui: improve authorization visualization --- templates/unit-info.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/unit-info.html b/templates/unit-info.html index 8c3f44f..d420587 100644 --- a/templates/unit-info.html +++ b/templates/unit-info.html @@ -121,21 +121,21 @@ {{if .JWT.Enable}}
JWT
in -
{{.JWT.Header}}
+ {{.JWT.Header}} header
{{end}} {{if .QueryToken.Enable}}
Query token
in -
{{.QueryToken.Param}}
+ {{.QueryToken.Param}} param
{{end}} {{if .HeaderToken.Enable}}
Header token
in -
{{.HeaderToken.Header}}
+ {{.HeaderToken.Header}} header
{{end}}