fix:调整endpoint列表Alerts列位置

This commit is contained in:
wangwenrui
2020-09-27 17:08:58 +08:00
parent d009633316
commit 7f8c7330d8
2 changed files with 28 additions and 4 deletions

View File

@@ -232,10 +232,6 @@
label: this.$t("project.endpoint.port"),
prop: 'port',
show: true,
},{
label: this.$t("project.endpoint.alerts"),
prop: 'alerts',
show: true,
},{
label: this.$t("overall.type"),
prop: 'type',
@@ -252,6 +248,10 @@
label: this.$t("alert.list.state"),
prop: 'state',
show: true,
},{
label: this.$t("project.endpoint.alerts"),
prop: 'alerts',
show: true,
},
// {
// label: this.$t("project.endpoint.lastUpdate"),