Fix thumbnail path. Closes #2732
This commit is contained in:
parent
593adb19c3
commit
25abcc23a8
@ -73,8 +73,8 @@ func renderIndexHtml(w http.ResponseWriter, nonce string) {
|
|||||||
Summary: data.GetServerSummary(),
|
Summary: data.GetServerSummary(),
|
||||||
RequestedURL: data.GetServerURL(),
|
RequestedURL: data.GetServerURL(),
|
||||||
TagsString: strings.Join(data.GetServerMetadataTags(), ","),
|
TagsString: strings.Join(data.GetServerMetadataTags(), ","),
|
||||||
ThumbnailURL: "/thumbnail",
|
ThumbnailURL: "/thumbnail.jpg",
|
||||||
Thumbnail: "/thumbnail",
|
Thumbnail: "/thumbnail.jpg",
|
||||||
Image: "/logo/external",
|
Image: "/logo/external",
|
||||||
StatusJSON: string(sb),
|
StatusJSON: string(sb),
|
||||||
ServerConfigJSON: string(cb),
|
ServerConfigJSON: string(cb),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user