perf: 修改终端列表不能根据负载状态进行排序

This commit is contained in:
Bai
2023-01-31 15:03:00 +08:00
committed by Jiangjie.Bai
parent 7a627a5bfc
commit 523c31d3ad
4 changed files with 4 additions and 3 deletions

View File

@@ -1636,7 +1636,7 @@
"Endpoint": "Endpoint",
"EndpointRule": "Endpoint rule",
"ServiceRatio": "Service ratio",
"LoadStatus": "Status",
"LoadStatus": "Load status",
"NormalLoad": "Normal",
"HighLoad": "High",
"Offline": "Offline",

View File

@@ -1696,7 +1696,7 @@
"Endpoint": "エンドポイント",
"EndpointRule": "エンドポイントルール",
"ServiceRatio": "コンポーネント負荷統計",
"LoadStatus": "コンポーネントステータス",
"LoadStatus": "負荷状態",
"NormalLoad": "正常",
"HighLoad": "高い",
"CriticalLoad": "ひどい",

View File

@@ -1827,7 +1827,7 @@
"Endpoint": "服务端点",
"EndpointRule": "端点规则",
"ServiceRatio": "组件负载统计",
"LoadStatus": "组件状态",
"LoadStatus": "负载状态",
"NormalLoad": "正常",
"HighLoad": "较高",
"CriticalLoad": "严重",

View File

@@ -47,6 +47,7 @@ export default {
load: {
label: this.$t('xpack.LoadStatus'),
filterable: 'custom',
sortable: false,
formatterArgs: {
classChoices: {
offline: 'fa fa-chain-broken text-danger',