This commit is contained in:
parent
c735183a7a
commit
ef67706cb4
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ func (w *WebsiteController) Delete(pretty string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
type WebsiteView struct {
|
type WebsiteView struct {
|
||||||
Name *WebsiteId `json:"identified_as"`
|
Name *WebsiteId `json:"vhost"`
|
||||||
Size QuotaStat `json:"quota_size"`
|
Size QuotaStat `json:"quota_size"`
|
||||||
Files QuotaStat `json:"quota_files"`
|
Files QuotaStat `json:"quota_files"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue