NEZ-935 fix:monitor endpoint 页面 删除 qiery,bottom boxQuery 改为 metrics ,以及 查询参数的问题
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user