fix: 完善修复 ipam ip 二级菜单列表

This commit is contained in:
@changcode
2022-03-21 18:07:26 +08:00
parent 72435b9581
commit ed5eae3489
5 changed files with 59 additions and 6 deletions

View File

@@ -254,10 +254,10 @@ export default {
{ prop: 'agent', name: this.$t('config.agent.scrapeEndpoint'), active: true }
],
ipam: [
{ prop: 'ipam', name: this.$t('config.ipam.ipDetails'), active: true }
{ prop: 'ipam', name: this.$t('ipam.subnet.ipDetails'), active: true }
],
alertSilence: [
{ prop: 'alertMessageTab', name: this.$t('config.ipam.alertSilence'), active: true }
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: true }
]
}
}