Merge pull request #8651 from bitsf/remove_tagretention_always

remove tag retention rule always
This commit is contained in:
Ziming 2019-08-15 14:35:26 +08:00 committed by GitHub
commit 4944799f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,18 +71,6 @@ func (r *RetentionAPI) GetMetadatas() {
"display_text": "none",
"action": "retain",
"params": []
},
{
"rule_template": "always",
"display_text": "always",
"action": "retain",
"params": [
{
"type": "int",
"unit": "COUNT",
"required": true
}
]
},
{
"rule_template": "dayspl",