mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-11 02:17:42 +01:00
Merge pull request #8812 from bitsf/tag_retention_fix
fix tag retention model verify
This commit is contained in:
commit
5c5f763439
@ -24,7 +24,7 @@ type Metadata struct {
|
|||||||
ID int `json:"id"`
|
ID int `json:"id"`
|
||||||
|
|
||||||
// Priority of rule when doing calculating
|
// Priority of rule when doing calculating
|
||||||
Priority int `json:"priority" valid:"Required"`
|
Priority int `json:"priority"`
|
||||||
|
|
||||||
// Disabled rule
|
// Disabled rule
|
||||||
Disabled bool `json:"disabled"`
|
Disabled bool `json:"disabled"`
|
||||||
|
Loading…
Reference in New Issue
Block a user