diff --git a/nezha-fronted/src/components/common/table/settings/endpointTable.vue b/nezha-fronted/src/components/common/table/settings/endpointTable.vue index b9f1cdd42..3c1dc069e 100644 --- a/nezha-fronted/src/components/common/table/settings/endpointTable.vue +++ b/nezha-fronted/src/components/common/table/settings/endpointTable.vue @@ -101,7 +101,7 @@ [{{scope.row.configs[0].enable ? 'Metrics':''}}{{scope.row.configs[0].enable&&scope.row.configs[1].enable?',':''}}{{scope.row.configs[1].enable ? 'logs' : ''}}] -
+
{{JSON.stringify(clConfigs(scope.row),null,2)}}
@@ -382,15 +382,6 @@ export default { display: inline-block; cursor: pointer; } - .configs-endpoint .endpointConfigsTips { - display: none; - } - .configs-endpoint:hover .endpointConfigsTips { - display: block; - position: absolute; - right: 0; - left: 0; - } .configs-endpoint.metrics{ color: #3C92F1; }