File tree 1 file changed +2
-2
lines changed
pkg/bindata/templates/media
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ <h2 class="mb-3" style="margin-bottom:-45px">Tautulli</h2>
63
63
{{- end}}
64
64
< input type ="text " id ="Apps.Tautulli.Name " name ="Apps.Tautulli.Name "
65
65
class ="client-parameter form-control input-sm "data-group ="media " data-label ="Tautulli Name "
66
- {{if .Input.Apps.Tautulli}} data-original =" {{.Input.Apps.Tautulli.Name}} " value ="{{.Input.Apps.Tautulli. Name}} " {{end}} >
66
+ data-original =" {{if .Input.Apps.Tautulli}}{{.Input.Apps.Tautulli.Name}}{{end}} " value ="{{if .Input.Apps.Tautulli}}{{.Input.Apps.Tautulli. Name}}{{end}} " >
67
67
</ div >
68
68
</ div >
69
69
</ form >
@@ -107,7 +107,7 @@ <h2 class="mb-3" style="margin-bottom:-45px">Tautulli</h2>
107
107
{{- end}}
108
108
< input type ="password " autocomplete ="off " id ="Apps.Tautulli.APIKey " name ="Apps.Tautulli.APIKey "
109
109
data-app ="Tautulli " class ="client-parameter form-control input-sm " data-group ="media " data-label ="Tautulli API Key "
110
- {{if .Input.Apps.Tautulli}} data-original =" {{.Input.Apps.Tautulli.APIKey}} " value ="{{.Input.Apps.Tautulli. APIKey}} " {{end}} >
110
+ data-original =" {{if .Input.Apps.Tautulli}}{{.Input.Apps.Tautulli.APIKey}}{{end}} " value ="{{if .Input.Apps.Tautulli}}{{.Input.Apps.Tautulli. APIKey}}{{end}} " >
111
111
< div style ="width:35px; max-width:35px; " class ="input-group-addon input-sm " onClick ="togglePassword('Apps.Tautulli.APIKey', $(this).find('i')); ">
112
112
< i class ="fas fa-low-vision secret-input "> </ i >
113
113
</ div >
You can’t perform that action at this time.
0 commit comments