File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 </template >
7878 <template #main >
7979 <div >
80- <MainDiv :heightDiff =" 350 " >
80+ <MainDiv :heightDiff =" 300 " >
8181 <el-alert type =" info" :title =" $t('app.appHelper')" :closable =" false" />
8282 <el-row :gutter =" 5" >
8383 <el-col
Original file line number Diff line number Diff line change 6262 </template >
6363 <template #main >
6464 <div >
65- <MainDiv :heightDiff =" mode === 'upgrade' ? 320 : 350 " >
65+ <MainDiv :heightDiff =" mode === 'upgrade' ? 270 : 300 " >
6666 <el-alert
6767 type =" info"
6868 :title =" $t('app.upgradeHelper')"
Original file line number Diff line number Diff line change 179179 :data =" data"
180180 @search =" search"
181181 @sort-change =" changeSort"
182- :heightDiff =" 350 "
182+ :heightDiff =" 300 "
183183 >
184184 <el-table-column type =" selection" width =" 30" />
185185 <el-table-column
Original file line number Diff line number Diff line change 3737 @sort-change =" changeSort"
3838 @filter-change =" changeFilter"
3939 ref =" tableRef"
40- :heightDiff =" 300 "
40+ :heightDiff =" 220 "
4141 >
4242 <el-table-column :label =" $t('commons.table.type')" fix prop =" type" ></el-table-column >
4343 <el-table-column :label =" 'PID'" fix prop =" PID" max-width =" 60px" sortable ></el-table-column >
Original file line number Diff line number Diff line change 3737 @sort-change =" changeSort"
3838 @filter-change =" changeFilter"
3939 ref =" tableRef"
40- :heightDiff =" 300 "
40+ :heightDiff =" 220 "
4141 >
42- <el-table-column :label =" 'PID'" fix prop =" PID" max-width =" 60px" sortable ></el-table-column >
43- <el-table-column
44- :label =" $t('commons.table.name')"
45- fix
46- prop =" name"
47- min-width =" 120px"
48- ></el-table-column >
42+ <el-table-column :label =" 'PID'" prop =" PID" max-width =" 60px" sortable ></el-table-column >
43+ <el-table-column :label =" $t('commons.table.name')" prop =" name" min-width =" 120px" ></el-table-column >
4944 <el-table-column
5045 :label =" $t('process.ppid')"
51- min-width =" 120px"
52- fix
46+ max-width =" 60px"
5347 prop =" PPID"
5448 sortable
5549 ></el-table-column >
56- <el-table-column :label =" $t('process.numThreads')" fix prop =" numThreads" ></el-table-column >
57- <el-table-column :label =" $t('commons.table.user')" fix prop =" username" ></el-table-column >
50+ <el-table-column
51+ :label =" $t('process.numThreads')"
52+ max-width =" 60px"
53+ prop =" numThreads"
54+ ></el-table-column >
55+ <el-table-column
56+ :label =" $t('commons.table.user')"
57+ max-width =" 60px"
58+ prop =" username"
59+ ></el-table-column >
5860 <el-table-column
5961 :label =" 'CPU'"
60- fix
62+ max-width = " 60px "
6163 prop =" cpuValue"
6264 :formatter =" cpuFormatter"
6365 sortable
6466 ></el-table-column >
6567 <el-table-column
6668 :label =" $t('process.memory')"
67- fix
69+ max-width = " 60px "
6870 prop =" rssValue"
6971 :formatter =" memFormatter"
7072 sortable
7173 ></el-table-column >
72- <el-table-column :label =" $t('process.numConnections')" fix prop =" numConnections" ></el-table-column >
74+ <el-table-column :label =" $t('process.numConnections')" prop =" numConnections" ></el-table-column >
7375 <el-table-column
7476 :label =" $t('commons.table.status')"
75- fix
7677 prop =" status"
7778 column-key =" status"
7879 :filters =" [
9394 </el-table-column >
9495 <el-table-column
9596 :label =" $t('process.startTime')"
96- fix
9797 prop =" startTime"
9898 min-width =" 140px"
9999 ></el-table-column >
Original file line number Diff line number Diff line change 3939
4040 <LayoutContent >
4141 <template #main >
42- <MainDiv :heightDiff =" 3200 " >
42+ <MainDiv :heightDiff =" 320 " >
4343 <el-radio-group v-model =" confShowType" @change =" changeMode" >
4444 <el-radio-button value =" base" >{{ $t('database.baseConf') }}</el-radio-button >
4545 <el-radio-button value =" all" >{{ $t('database.allConf') }}</el-radio-button >
Original file line number Diff line number Diff line change 2121 <TableSetting title =" dotnet-runtime-refresh" @search =" search()" />
2222 </template >
2323 <template #main >
24- <ComplexTable :pagination-config =" paginationConfig" :data =" items" @search =" search()" >
24+ <ComplexTable :pagination-config =" paginationConfig" :data =" items" @search =" search()" :heightDiff = " 260 " >
2525 <el-table-column
2626 :label =" $t('commons.table.name')"
2727 fix
Original file line number Diff line number Diff line change 2121 <TableSetting title =" go-runtime-refresh" @search =" search()" />
2222 </template >
2323 <template #main >
24- <ComplexTable :pagination-config =" paginationConfig" :data =" items" @search =" search()" :heightDiff =" 350 " >
24+ <ComplexTable :pagination-config =" paginationConfig" :data =" items" @search =" search()" :heightDiff =" 260 " >
2525 <el-table-column
2626 :label =" $t('commons.table.name')"
2727 fix
Original file line number Diff line number Diff line change 2121 <TableSetting title =" java-runtime-refresh" @search =" search()" />
2222 </template >
2323 <template #main >
24- <ComplexTable :pagination-config =" paginationConfig" :data =" items" @search =" search()" :heightDiff =" 350 " >
24+ <ComplexTable :pagination-config =" paginationConfig" :data =" items" @search =" search()" :heightDiff =" 260 " >
2525 <el-table-column
2626 :label =" $t('commons.table.name')"
2727 fix
Original file line number Diff line number Diff line change 2121 <TableSetting title =" node-runtime-refresh" @search =" search()" />
2222 </template >
2323 <template #main >
24- <ComplexTable :pagination-config =" paginationConfig" :data =" items" @search =" search()" :heightDiff =" 350 " >
24+ <ComplexTable :pagination-config =" paginationConfig" :data =" items" @search =" search()" :heightDiff =" 260 " >
2525 <el-table-column
2626 :label =" $t('commons.table.name')"
2727 fix
You can’t perform that action at this time.
0 commit comments