@@ -3870,7 +3870,7 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio
`}),Vue.component("second-menu",{template:' \t\t'}),Vue.component("loading-message",{template:`
`}),Vue.component("more-options-angle",{data:function(){return{isVisible:!1}},methods:{show:function(){this.isVisible=!this.isVisible,this.$emit("change",this.isVisible)}},template:'
更多选项收起选项'}),Vue.component("inner-menu-item",{props:["href","active","code"],data:function(){var e,t=this.active;return void 0===t&&(e="",t=(e=void 0!==window.TEA.ACTION.data.firstMenuItem?window.TEA.ACTION.data.firstMenuItem:e)==this.code),{vHref:null==this.href?"":this.href,vActive:t}},template:'\t\t
[] \t\t'}),Vue.component("health-check-config-box",{props:["v-health-check-config"],data:function(){let t=this.vHealthCheckConfig,i="http",s="",n="/",o="";if(null==t){t={isOn:!1,url:"",interval:{count:60,unit:"second"},statusCodes:[200],timeout:{count:10,unit:"second"},countTries:3,tryDelay:{count:100,unit:"ms"},autoDown:!0,countUp:1,countDown:3,userAgent:"",onlyBasicRequest:!1};let e=this;setTimeout(function(){e.changeURL()},500)}else{try{let e=new URL(t.url);i=e.protocol.substring(0,e.protocol.length-1);var a=(o="%24%7Bhost%7D"==(o=e.host)?"${host}":o).indexOf(":");0
+ `}),Vue.component("more-options-angle",{data:function(){return{isVisible:!1}},methods:{show:function(){this.isVisible=!this.isVisible,this.$emit("change",this.isVisible)}},template:'
更多选项收起选项'}),Vue.component("inner-menu-item",{props:["href","active","code"],data:function(){var e,t=this.active;return void 0===t&&(e="",t=(e=void 0!==window.TEA.ACTION.data.firstMenuItem?window.TEA.ACTION.data.firstMenuItem:e)==this.code),{vHref:null==this.href?"":this.href,vActive:t}},template:'\t\t
[] \t\t'}),Vue.component("health-check-config-box",{props:["v-health-check-config"],data:function(){let t=this.vHealthCheckConfig,i="http",s="",n="/",o="";if(null==t){t={isOn:!1,url:"",interval:{count:60,unit:"second"},statusCodes:[200],timeout:{count:10,unit:"second"},countTries:3,tryDelay:{count:100,unit:"ms"},autoDown:!0,countUp:1,countDown:3,userAgent:"",onlyBasicRequest:!0};let e=this;setTimeout(function(){e.changeURL()},500)}else{try{let e=new URL(t.url);i=e.protocol.substring(0,e.protocol.length-1);var a=(o="%24%7Bhost%7D"==(o=e.host)?"${host}":o).indexOf(":");0
diff --git a/web/public/js/components.src.js b/web/public/js/components.src.js
index 7a1ed24e..76b6c168 100755
--- a/web/public/js/components.src.js
+++ b/web/public/js/components.src.js
@@ -3542,7 +3542,7 @@ Vue.component("metric-chart", {
return v / axis.divider
}),
itemStyle: {
- color: "#9DD3E8"
+ color: teaweb.DefaultChartColor
},
areaStyle: {},
barWidth: "20em"
@@ -3614,7 +3614,7 @@ Vue.component("metric-chart", {
return v / axis.divider
}),
itemStyle: {
- color: "#9DD3E8"
+ color: teaweb.DefaultChartColor
},
areaStyle: {}
}
@@ -3700,7 +3700,7 @@ Vue.component("metric-chart", {
return v / axis.divider
}),
itemStyle: {
- color: "#9DD3E8"
+ color: teaweb.DefaultChartColor
},
areaStyle: {},
barWidth: "20em"
@@ -8393,7 +8393,7 @@ Vue.component("http-access-log-search-box", {
-
+
@@ -11799,7 +11799,7 @@ Vue.component("health-check-config-box", {
countUp: 1,
countDown: 3,
userAgent: "",
- onlyBasicRequest: false
+ onlyBasicRequest: true
}
let that = this
setTimeout(function () {