feat:修改alert silence的创建方式

fix: 修改chart type 为group children为null的是问题 以及更换icon图标
This commit is contained in:
zhangyu
2021-04-29 17:35:07 +08:00
parent 6b1efe86c9
commit 1e1c52fb6b
19 changed files with 238 additions and 381 deletions

View File

@@ -140,14 +140,14 @@ export default {
},
module: {
moduleTabTitle: [
// { prop: 'panel', name: 'Detail' },
{ prop: 'endpoint', name: this.$t('asset.endpoint') },
{ prop: 'moduleAlertMessage', name: 'Alerts' },
{ prop: 'panel', name: 'Detail' }
{ prop: 'moduleAlertMessage', name: 'Alerts' }
]
},
endpoint: {
endpointTabTitle: [
{ prop: 'panel', name: 'Detail' },
// { prop: 'panel', name: 'Detail' },
{ prop: 'endpointQuery', name: 'Query' },
{ prop: 'endpointAlertMessage', name: 'Alerts' }
]