diff --git a/nezha-fronted/src/components/common/alert/nzTooltip.vue b/nezha-fronted/src/components/common/alert/nzTooltip.vue new file mode 100644 index 000000000..6c91ede71 --- /dev/null +++ b/nezha-fronted/src/components/common/alert/nzTooltip.vue @@ -0,0 +1,186 @@ + + + + + + + + + diff --git a/nezha-fronted/src/components/common/table/settings/endpointTable.vue b/nezha-fronted/src/components/common/table/settings/endpointTable.vue index e888cbc3d..5172916d8 100644 --- a/nezha-fronted/src/components/common/table/settings/endpointTable.vue +++ b/nezha-fronted/src/components/common/table/settings/endpointTable.vue @@ -95,64 +95,61 @@ - - - - - - - - - - - - - - - - - [{{scope.row.configs[0].enable ? 'Metrics':''}}{{scope.row.configs[0].enable&&scope.row.configs[1].enable?',':''}}{{scope.row.configs[1].enable ? 'logs' : ''}}] - + + [{{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)}} - + + - - + + + {{$t('project.endpoint.metrics')}} + + + + + + + + + + + + - - {{$t('project.endpoint.metrics')}} - - - - - - - - - - - - - + + + + {{$t('project.endpoint.logs')}} + + + + + + + + + + + + - - {{$t('project.endpoint.logs')}} - - - - - - - - - - - + {{$t('project.endpoint.enable')}} @@ -199,10 +196,12 @@
{{JSON.stringify(clConfigs(scope.row),null,2)}}