{{$t('alert.config.expr')}}
@@ -155,170 +144,3 @@ export default {
}
-
-
diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue
index defe32216..de5fb5d7e 100644
--- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue
+++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue
@@ -293,135 +293,3 @@ export default {
}
}
-
diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue
index 0bf1f33c3..b405fa782 100644
--- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue
+++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue
@@ -1,18 +1,14 @@
-
diff --git a/nezha-fronted/src/components/common/detailView/list/asset/assetDetail.vue b/nezha-fronted/src/components/common/detailView/list/asset/assetDetail.vue
index 3d3aa7eb4..b2f7a5160 100644
--- a/nezha-fronted/src/components/common/detailView/list/asset/assetDetail.vue
+++ b/nezha-fronted/src/components/common/detailView/list/asset/assetDetail.vue
@@ -171,7 +171,3 @@ export default {
}
}
-
-
diff --git a/nezha-fronted/src/components/common/detailView/list/dc/dcDetail.vue b/nezha-fronted/src/components/common/detailView/list/dc/dcDetail.vue
index 54a14e7ab..fd0991b81 100644
--- a/nezha-fronted/src/components/common/detailView/list/dc/dcDetail.vue
+++ b/nezha-fronted/src/components/common/detailView/list/dc/dcDetail.vue
@@ -155,7 +155,3 @@ export default {
}
}
-
-
diff --git a/nezha-fronted/src/components/common/detailView/list/detailList.scss b/nezha-fronted/src/components/common/detailView/list/detailList.scss
deleted file mode 100644
index d773512ce..000000000
--- a/nezha-fronted/src/components/common/detailView/list/detailList.scss
+++ /dev/null
@@ -1,101 +0,0 @@
-.order-box{
- display: flex;
- height:40px;
- padding: 0 15px;
- line-height: 40px;
- align-items: center;
- /*.detail-select{*/
- /* height: 30px;*/
- /* line-height: 30px;*/
- /* flex: 1;*/
- /* /deep/ .el-input--small{*/
- /* height: 30px;*/
- /* line-height: 30px;*/
- /* background-color: rgba(9,30,66,0.08);*/
- /* border: none;*/
- /* color: #344563;*/
- /* input{*/
- /* height: 30px;*/
- /* line-height: 30px;*/
- /* background-color: rgba(9,30,66,0.08);*/
- /* border: none;*/
- /* color: #344563;*/
- /* }*/
- /* }*/
- /*}*/
- /*.detail-select:hover{*/
- /* /deep/ .el-input--small{*/
- /* input{*/
- /* background-color: rgba(9,30,66,0.13);*/
- /* }*/
- /* }*/
- /*}*/
- /*.detail-button{*/
- /* height: 28px;*/
- /* line-height: 28px;*/
- /* background-color: rgba(9,30,66,0.08);*/
- /* border: none;*/
- /* .nz-icon{*/
- /* color: #344563;*/
- /* }*/
- /*}*/
- /*.detail-button:hover{*/
- /* background-color: rgba(9,30,66,0.13);*/
- /*}*/
-}
-.detail-row-box{
- height: calc(100% - 40px);
- overflow: hidden;
- overflow-y: auto;
-}
-.detail-row{
- width: 245px;
- padding: 0px 0 0px 15px;
- height: 60px;
- border-bottom: 1px solid #E7EAED;
- cursor: pointer;
-}
-.detail-row:last-of-type{
- border-bottom: none
-}
-.detail-row-info{
- display: flex;
- height: 100%;
- width: calc(100% - 15px);
- justify-content:center;
- flex-direction: column;
- > div{
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .asset-manageIp{
- font-size: 16px;
- color: #333333;
- font-weight: 400;
- .nz-icon{
- font-size: 14px;
- padding-right: 2px;
- }
- }
- .asset-name {
- padding-left: 22px;
- width: calc(100% - 22px);
- font-size: 14px;
- color: #999999;
- font-weight: 400;
- }
-}
-.selected{
- background: #FFFBF6;
-}
-.colorEF7458{
- color: #EF7458;
-}
-.color23BF9A{
- color: #23BF9A;
-}
-.colorFA901C{
- color: #fa901c;
-}
diff --git a/nezha-fronted/src/components/common/detailView/list/endpoint/endpointDetail.vue b/nezha-fronted/src/components/common/detailView/list/endpoint/endpointDetail.vue
index ee4970ac9..3c9ee8b63 100644
--- a/nezha-fronted/src/components/common/detailView/list/endpoint/endpointDetail.vue
+++ b/nezha-fronted/src/components/common/detailView/list/endpoint/endpointDetail.vue
@@ -152,7 +152,3 @@ export default {
}
}
-
-
diff --git a/nezha-fronted/src/components/common/detailView/list/module/moduleDetail.vue b/nezha-fronted/src/components/common/detailView/list/module/moduleDetail.vue
index cd89f1092..aaca352af 100644
--- a/nezha-fronted/src/components/common/detailView/list/module/moduleDetail.vue
+++ b/nezha-fronted/src/components/common/detailView/list/module/moduleDetail.vue
@@ -135,7 +135,3 @@ export default {
}
}
-
-
diff --git a/nezha-fronted/src/components/common/detailView/list/terminalLogDetail/terminalLogDetail.vue b/nezha-fronted/src/components/common/detailView/list/terminalLogDetail/terminalLogDetail.vue
index 43ca6523e..e76f4f657 100644
--- a/nezha-fronted/src/components/common/detailView/list/terminalLogDetail/terminalLogDetail.vue
+++ b/nezha-fronted/src/components/common/detailView/list/terminalLogDetail/terminalLogDetail.vue
@@ -161,7 +161,3 @@ export default {
}
}
-
-
diff --git a/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue b/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue
index c967ce4cf..0ce5180de 100644
--- a/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue
+++ b/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue
@@ -136,7 +136,3 @@ export default {
}
}
-
-
diff --git a/nezha-fronted/src/components/common/detailView/nzDetailView.vue b/nezha-fronted/src/components/common/detailView/nzDetailView.vue
index d79237b80..b7e821708 100644
--- a/nezha-fronted/src/components/common/detailView/nzDetailView.vue
+++ b/nezha-fronted/src/components/common/detailView/nzDetailView.vue
@@ -182,12 +182,3 @@ export default {
}
}
-
diff --git a/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue b/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue
index 2cf984fef..cc4b21460 100644
--- a/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue
+++ b/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue
@@ -305,66 +305,3 @@ export default {
}
}
-
diff --git a/nezha-fronted/src/components/common/project/L5/topoTooltip.vue b/nezha-fronted/src/components/common/project/L5/topoTooltip.vue
index d805c9dad..82900c47f 100644
--- a/nezha-fronted/src/components/common/project/L5/topoTooltip.vue
+++ b/nezha-fronted/src/components/common/project/L5/topoTooltip.vue
@@ -340,30 +340,16 @@ export default {
series.push(seriesItem.theData)
seriesItem = null
}
- } else if (chartItem.elements && chartItem.elements[innerPos]) {
- // 无数据提示
- /*
- const currentInfo = chartItem.elements[innerPos];
- const errorMsg = `图表 ${chartItem.title} 中 ${currentInfo.metric},${currentInfo.tags} 无数据`;
- this.$message.warning({
- duration: 15,
- content: errorMsg,
- closable: true,
- });
- */
}
})
}
}
} else {
if (response.msg) {
- // this.$message.error(response.msg);
errorMsg = response.msg
} else if (response.error) {
- // this.$message.error(response.error);
errorMsg = response.error
} else {
- // this.$message.error(response);
errorMsg = response
}
}
@@ -457,79 +443,3 @@ export default {
}
}
-
-
diff --git a/nezha-fronted/src/components/common/project/popData/Info.vue b/nezha-fronted/src/components/common/project/popData/Info.vue
index cb47c8075..f4f694024 100644
--- a/nezha-fronted/src/components/common/project/popData/Info.vue
+++ b/nezha-fronted/src/components/common/project/popData/Info.vue
@@ -72,73 +72,3 @@ export default {
}
}
-
-
diff --git a/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue b/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue
index a77adad0d..fd3b91554 100644
--- a/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue
@@ -673,67 +673,3 @@ export default {
display: none;
}
-
diff --git a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
index ba44e9691..6eda566c5 100644
--- a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
+++ b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
@@ -291,56 +291,3 @@ export default {
margin-left: 5px;
}
-
diff --git a/nezha-fronted/src/components/common/table/settings/endpointTable.vue b/nezha-fronted/src/components/common/table/settings/endpointTable.vue
index dac7c9bff..78aa67317 100644
--- a/nezha-fronted/src/components/common/table/settings/endpointTable.vue
+++ b/nezha-fronted/src/components/common/table/settings/endpointTable.vue
@@ -124,7 +124,7 @@