Splash tweaks

This commit is contained in:
Christopher LaPointe
2023-05-25 22:06:16 -04:00
parent 6cf0ab301c
commit af94d29dd3
5 changed files with 15 additions and 7 deletions

View File

@@ -78,6 +78,7 @@ func ContainerHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusAccepted)
renderErr := splashTemplate.Execute(w, SplashModel{
Name: host,
CID: sOpts.ContainerName,
WaitForCode: sOpts.WaitForCode,
WaitForPath: sOpts.WaitForPath,
})