fix:调整endpoint列表Alerts列位置
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user