mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
fix(retention) retained/total empty when 0
Signed-off-by: Ziming Zhang <zziming@vmware.com>
This commit is contained in:
parent
dedb86384b
commit
18cf7ef0df
@ -4314,6 +4314,7 @@ definitions:
|
||||
type: string
|
||||
status_code:
|
||||
type: integer
|
||||
x-omitempty: false
|
||||
status_revision:
|
||||
type: integer
|
||||
format: int64
|
||||
@ -4323,5 +4324,7 @@ definitions:
|
||||
type: string
|
||||
total:
|
||||
type: integer
|
||||
x-omitempty: false
|
||||
retained:
|
||||
type: integer
|
||||
x-omitempty: false
|
||||
|
Loading…
Reference in New Issue
Block a user