mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-16 20:01: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
|
type: string
|
||||||
status_code:
|
status_code:
|
||||||
type: integer
|
type: integer
|
||||||
|
x-omitempty: false
|
||||||
status_revision:
|
status_revision:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
@ -4323,5 +4324,7 @@ definitions:
|
|||||||
type: string
|
type: string
|
||||||
total:
|
total:
|
||||||
type: integer
|
type: integer
|
||||||
|
x-omitempty: false
|
||||||
retained:
|
retained:
|
||||||
type: integer
|
type: integer
|
||||||
|
x-omitempty: false
|
||||||
|
Loading…
Reference in New Issue
Block a user