mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 11:20:27 +08:00
实现服务的缓存策略设置
This commit is contained in:
@@ -24,7 +24,7 @@ func (this *PolicyAction) RunGet(params struct {
|
||||
}
|
||||
this.Data["cachePolicy"] = cachePolicy
|
||||
|
||||
this.Data["typeName"] = serverconfigs.FindCachePolicyTypeName(cachePolicy.Type)
|
||||
this.Data["typeName"] = serverconfigs.FindCachePolicyStorageName(cachePolicy.Type)
|
||||
|
||||
this.Show()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user