mirror of
https://github.com/containers/podman.git
synced 2025-06-19 00:06:43 +08:00
@ -72,6 +72,7 @@ func DiskUsage(w http.ResponseWriter, r *http.Request) {
|
||||
response, err := ic.SystemDf(r.Context(), options)
|
||||
if err != nil {
|
||||
utils.InternalServerError(w, err)
|
||||
return
|
||||
}
|
||||
utils.WriteResponse(w, http.StatusOK, response)
|
||||
}
|
||||
|
Reference in New Issue
Block a user