@@ -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,
})
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.