Skip to content

Commit

Permalink
[MINOR] improvement(dashboard): Support sort application info by part…
Browse files Browse the repository at this point in the history
…ition num

### What changes were proposed in this pull request?

Help to find out the most partition num from application page.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Locally
  • Loading branch information
maobaolong authored Nov 27, 2024
1 parent 204e4e4 commit bd7c2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/main/webapp/src/pages/ApplicationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</div>
</template>
</el-table-column>
<el-table-column prop="partitionNum" label="PartitionNum" min-width="180" />
<el-table-column prop="partitionNum" label="PartitionNum" min-width="180" sortable />
<el-table-column
prop="memorySize"
label="MemorySize"
Expand Down

0 comments on commit bd7c2cc

Please sign in to comment.