File tree 3 files changed +5
-3
lines changed
business/workloads/pods/top 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 45
45
</div >
46
46
</template >
47
47
</el-table-column >
48
- <el-table-column :label =" $t('commons.table.created_time ')" min-width =" 35" show-overflow-tooltip prop =" metadata.timestamp" fix >
48
+ <el-table-column :label =" $t('business.pod.time_stamp ')" min-width =" 35" show-overflow-tooltip prop =" metadata.timestamp" fix >
49
49
<template v-slot :default =" {row } " >
50
50
{{ row.timestamp | age }}
51
51
</template >
52
52
</el-table-column >
53
- <el-table-column label =" window " show-overflow-tooltip prop =" window" min-width =" 35" fix >
53
+ <el-table-column : label =" $t('business.pod.windows') " show-overflow-tooltip prop =" window" min-width =" 35" fix >
54
54
<template v-slot :default =" {row } " >
55
55
{{ row.window }}
56
56
</template >
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ const message = {
209
209
eviction_help2 : "2. Eviction the pod" ,
210
210
eviction_help3 : "3. Set the node to the schedulable state" ,
211
211
drain_success : "Pod eviction succeeded, please refresh the page later" ,
212
+ time_stamp : "Timestamp" ,
212
213
windows : "Windows" ,
213
214
ready : "Ready" ,
214
215
restart_count : "Restart count" ,
Original file line number Diff line number Diff line change @@ -210,7 +210,8 @@ const message = {
210
210
eviction_help2 : "2. 驱散该 pod" ,
211
211
eviction_help3 : "3. 将节点置为可调度状态" ,
212
212
drain_success : "pod 驱散成功,请稍后刷新页面" ,
213
- windows : "时间窗口" ,
213
+ time_stamp : "采样时间" ,
214
+ windows : "采样时长" ,
214
215
ready : "准备就绪" ,
215
216
restart_count : "重启次数" ,
216
217
type : "类别" ,
You can’t perform that action at this time.
0 commit comments