Skip to content

Commit 9760ec6

Browse files
fix(frontend): 集群拓扑、实例视图基本信息补充 #8830
1 parent 6dd1317 commit 9760ec6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

dbm-ui/frontend/src/views/db-manage/common/cluster-batch-opration/Index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
padding: 0;
137137
138138
.opration-button {
139+
width: 100%;
139140
padding: 0 16px;
140141
}
141142
}

dbm-ui/frontend/src/views/db-manage/common/cluster-details/common/useRenderGraph.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ export const detailColumns: DetailColumns<any> = [
137137
label: t('主机IP'),
138138
key: 'bk_host_innerip',
139139
},
140-
{
141-
label: t('园区'),
142-
key: 'bk_sub_zone',
143-
},
144140
{
145141
label: t('地域'),
146142
key: 'bk_idc_city_name',
147143
},
144+
{
145+
label: t('园区'),
146+
key: 'bk_sub_zone',
147+
},
148148
{
149149
label: 'CPU',
150150
key: 'bk_cpu',

0 commit comments

Comments
 (0)