-
-
+
+
+
+
+
+
+
+
+
+
- {{item.label}}
-
-
- {{item.label}}
-
-
-
-
-
- {{scope.row[item.prop].name}}
-
-
+ {{item.label}}
+
+
+ {{item.label}}
+
+
+
+
+
+ {{scope.row[item.prop].name}}
+
+
-
+
{{scope.row[item.prop] == '1' ? 'Global' : ''}}
{{scope.row[item.prop] == '2' ? 'Per-Datacenter' : ''}}
-
+
{{$t('overall.delete')}}
-
- {{$t('overall.edit')}}
-
- {{$t('overall.view')}}
-
-
{{scope.row[item.prop]}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{rightBox.title}}
-
-
-
-
-
-
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{promServer.idc.name}}
-
-
-
-
-
-
-
- {{promServer.host}}
-
-
-
-
- {{promServer.port}}
-
-
-
-
-
-
- {{item.value}}
-
-
-
-
-
-
-
-
-
-
+
+
{{$t('overall.edit')}}
+
+
{{$t('overall.view')}}
-
-
+ {{scope.row[item.prop]}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{rightBox.title}}
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{promServer.idc.name}}
+
+
+
+
+
+
+
+ {{promServer.host}}
+
+
+
+
+ {{promServer.port}}
+
+
+
+
+
+
+ {{item.value}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/nezha-fronted/src/components/page/dashboard/chartMetric.vue b/nezha-fronted/src/components/page/dashboard/chartMetric.vue
index 47e3b0430..074ac9bf3 100644
--- a/nezha-fronted/src/components/page/dashboard/chartMetric.vue
+++ b/nezha-fronted/src/components/page/dashboard/chartMetric.vue
@@ -92,7 +92,7 @@
width: 100px;
}
.li-list-part-label-val-list .el-select--mini {
- width: calc(100% - 45px);
+ width: calc(100% - 45px) !important;
}
.nz-tab-chart-item-box{
padding:0;
diff --git a/nezha-fronted/src/components/page/dashboard/chartMetricForPreview.vue b/nezha-fronted/src/components/page/dashboard/chartMetricForPreview.vue
index 42991e919..192e72cd7 100644
--- a/nezha-fronted/src/components/page/dashboard/chartMetricForPreview.vue
+++ b/nezha-fronted/src/components/page/dashboard/chartMetricForPreview.vue
@@ -143,7 +143,7 @@