Initial commit (code only without large binaries)
This commit is contained in:
11
EdgeAdmin/web/views/@default/servers/components/cache/selectPopup.js
vendored
Normal file
11
EdgeAdmin/web/views/@default/servers/components/cache/selectPopup.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
Tea.context(function () {
|
||||
this.selectPolicy = function (cachePolicy) {
|
||||
NotifyPopup({
|
||||
code: 200,
|
||||
data: {
|
||||
cachePolicy: cachePolicy
|
||||
},
|
||||
message: ""
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user