diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index ffa25c6f5..0a4be1892 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -48,7 +48,7 @@ - + @@ -205,7 +205,7 @@ export default { endpointTabTitle: [ { prop: 'panelTab', name: this.$t('overall.detail') }, { prop: 'endpointAlertMessage', name: this.$t('overall.alert') }, - { prop: 'endpointQuery', name: 'Metrics' }, + { prop: 'Metrics', name: 'Metrics' }, { prop: 'log', name: 'Log' } ] }, @@ -255,7 +255,7 @@ export default { const tabs = [ { prop: 'panelTab', name: this.$t('overall.detail') }, { prop: 'endpointAlertMessage', name: this.$t('overall.alert') }, - { prop: 'endpointQuery', name: 'Metrics' } + { prop: 'Metrics', name: 'Metrics' } ] if (hasLog) { tabs.push({ prop: 'log', name: 'Log' })