NEZ-935 fix:monitor endpoint 页面 删除 qiery,bottom boxQuery 改为 metrics ,以及 查询参数的问题

This commit is contained in:
zhangyu
2021-08-25 16:05:33 +08:00
parent 2a3df854de
commit e381ff7717
3 changed files with 5 additions and 5 deletions

View File

@@ -201,9 +201,9 @@ export default {
endpoint: {
endpointTabTitle: [
{ prop: 'panelTab', name: this.$t('overall.detail') },
{ prop: 'endpointAlertMessage', name: this.$t('overall.alert') },
{ prop: 'endpointQuery', name: 'Query' },
{ prop: 'log', name: 'Log' },
{ prop: 'endpointAlertMessage', name: this.$t('overall.alert') }
]
},
chartTemp: {
@@ -250,8 +250,8 @@ export default {
const hasLog = config && config.enable === 1
const tabs = [
{ prop: 'panelTab', name: this.$t('overall.detail') },
{ prop: 'endpointQuery', name: 'Query' },
{ prop: 'endpointAlertMessage', name: this.$t('overall.alert') }
{ prop: 'endpointAlertMessage', name: this.$t('overall.alert') },
{ prop: 'endpointQuery', name: 'Metrics' }
]
if (hasLog) {
tabs.push({ prop: 'log', name: 'Log' })