diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue index 14ccd5bc6..ad8470490 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue @@ -67,7 +67,7 @@ - + @@ -186,8 +186,9 @@ }, /*图表相关操作--start*/ toAddChart: function () { + this.rightBox.show = true; this.$refs.addChartModal.setTitle(this.$t("dashboard.panel.createChartTitle")); - this.$refs.addChartModal.show(true); + //this.$refs.addChartModal.show(true); this.$refs.addChartModal.createData(this.panelId); //初始化创建图表需要的初始数据 }, // 切换tab diff --git a/nezha-fronted/src/components/common/rightBox/alertConfigBox.vue b/nezha-fronted/src/components/common/rightBox/alertConfigBox.vue index d2ef0dda3..925af9e82 100644 --- a/nezha-fronted/src/components/common/rightBox/alertConfigBox.vue +++ b/nezha-fronted/src/components/common/rightBox/alertConfigBox.vue @@ -28,10 +28,19 @@
{{alertRule.alertName}}
- + + @@ -122,14 +131,18 @@ - - diff --git a/nezha-fronted/src/components/page/dashboard/explore/explore.vue b/nezha-fronted/src/components/page/dashboard/explore/explore.vue index bc589e4e7..3fa1cbac7 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/explore.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/explore.vue @@ -193,7 +193,7 @@ instance_cpu_time_ns{app="fox", proc="widget", rev="4d3a513", env="prod", job="c - +
+ +
-
+
- +
+
+
+
@@ -163,7 +176,7 @@ } -