diff --git a/web/public/js/components.js b/web/public/js/components.js
index da3e2443..3a577250 100644
--- a/web/public/js/components.js
+++ b/web/public/js/components.js
@@ -1316,7 +1316,7 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio
缓存时间 |
- |
+ |
@@ -1335,8 +1335,11 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio
If-Modified-Since
|
- 和
- 或
+
+ 和
+ 或
+
+ 或
|
{{cacheRef.life.count}} {{timeUnitName(cacheRef.life.unit)}}
@@ -1898,7 +1901,7 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio
|
| |
-
+ |
@@ -1917,8 +1920,11 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio
If-Modified-Since
|
- 和
- 或
+
+ 和
+ 或
+
+ 或
|
{{cacheRef.life.count}} {{timeUnitName(cacheRef.life.unit)}}
@@ -2829,7 +2835,7 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio
|
-`}),Vue.component("http-cache-policy-selector",{props:["v-cache-policy"],mounted:function(){let t=this;Tea.action("/servers/components/cache/count").post().success(function(e){t.count=e.data.count})},data:function(){return{count:0,cachePolicy:this.vCachePolicy}},methods:{remove:function(){this.cachePolicy=null},select:function(){let t=this;teaweb.popup("/servers/components/cache/selectPopup",{callback:function(e){t.cachePolicy=e.data.cachePolicy}})},create:function(){let t=this;teaweb.popup("/servers/components/cache/createPopup",{height:"26em",callback:function(e){t.cachePolicy=e.data.cachePolicy}})}},template:`
+
`}),Vue.component("http-cache-policy-selector",{props:["v-cache-policy"],mounted:function(){let t=this;Tea.action("/servers/components/cache/count").post().success(function(e){t.count=e.data.count})},data:function(){return{count:0,cachePolicy:this.vCachePolicy}},methods:{remove:function(){this.cachePolicy=null},select:function(){let t=this;teaweb.popup("/servers/components/cache/selectPopup",{width:"42em",height:"26em",callback:function(e){t.cachePolicy=e.data.cachePolicy}})},create:function(){let t=this;teaweb.popup("/servers/components/cache/createPopup",{height:"26em",callback:function(e){t.cachePolicy=e.data.cachePolicy}})}},template:`
{{cachePolicy.name}}
diff --git a/web/public/js/components.src.js b/web/public/js/components.src.js
index 4d399fc4..3ac04efc 100755
--- a/web/public/js/components.src.js
+++ b/web/public/js/components.src.js
@@ -3763,7 +3763,7 @@ Vue.component("http-cache-refs-box", {
缓存时间 |
- |
+ |
@@ -3782,8 +3782,11 @@ Vue.component("http-cache-refs-box", {
If-Modified-Since
|
- 和
- 或
+
+ 和
+ 或
+
+ 或
|
{{cacheRef.life.count}} {{timeUnitName(cacheRef.life.unit)}}
@@ -5866,7 +5869,7 @@ Vue.component("http-cache-refs-config-box", {
|
| |
-
+ |
@@ -5885,8 +5888,11 @@ Vue.component("http-cache-refs-config-box", {
If-Modified-Since
|
- 和
- 或
+
+ 和
+ 或
+
+ 或
|
{{cacheRef.life.count}} {{timeUnitName(cacheRef.life.unit)}}
@@ -8205,6 +8211,8 @@ Vue.component("http-cache-policy-selector", {
select: function () {
let that = this
teaweb.popup("/servers/components/cache/selectPopup", {
+ width: "42em",
+ height: "26em",
callback: function (resp) {
that.cachePolicy = resp.data.cachePolicy
}
|