cluster
This commit is contained in:
@@ -97,6 +97,7 @@ func Connect(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
w.Header().Set("Content-Type", "application/x-yaml")
|
||||
w.Header().Set("Content-Disposition", `attachment; filename="`+clusterName+`.yaml"`)
|
||||
w.Write(decoded)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user