mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
perf: 修改终端列表不能根据负载状态进行排序
This commit is contained in:
@@ -1636,7 +1636,7 @@
|
||||
"Endpoint": "Endpoint",
|
||||
"EndpointRule": "Endpoint rule",
|
||||
"ServiceRatio": "Service ratio",
|
||||
"LoadStatus": "Status",
|
||||
"LoadStatus": "Load status",
|
||||
"NormalLoad": "Normal",
|
||||
"HighLoad": "High",
|
||||
"Offline": "Offline",
|
||||
|
||||
@@ -1696,7 +1696,7 @@
|
||||
"Endpoint": "エンドポイント",
|
||||
"EndpointRule": "エンドポイントルール",
|
||||
"ServiceRatio": "コンポーネント負荷統計",
|
||||
"LoadStatus": "コンポーネントステータス",
|
||||
"LoadStatus": "負荷状態",
|
||||
"NormalLoad": "正常",
|
||||
"HighLoad": "高い",
|
||||
"CriticalLoad": "ひどい",
|
||||
|
||||
@@ -1827,7 +1827,7 @@
|
||||
"Endpoint": "服务端点",
|
||||
"EndpointRule": "端点规则",
|
||||
"ServiceRatio": "组件负载统计",
|
||||
"LoadStatus": "组件状态",
|
||||
"LoadStatus": "负载状态",
|
||||
"NormalLoad": "正常",
|
||||
"HighLoad": "较高",
|
||||
"CriticalLoad": "严重",
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user