Skip to content

Commit

Permalink
[MINOR] improvement(dashboard): Support sortable for totalSize column…
Browse files Browse the repository at this point in the history
… of applicationPage within dashboard webui (#2224)

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

Support sortable for totalSize column of applicationPage within dashboard webui

### Why are the changes needed?

- Easy to find out the biggest application.

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

No.

### How was this patch tested?

Tested Localy

<img width="136" alt="image" src="https://github.com/user-attachments/assets/f3f14951-985d-4f8c-ae93-c6ce28ee82c5">
  • Loading branch information
maobaolong authored Oct 28, 2024
1 parent 6380c08 commit 85b1f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src/main/webapp/src/pages/ApplicationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
label="TotalSize"
min-width="180"
:formatter="memFormatter"
sortable
/>
</el-table>
</div>
Expand Down

0 comments on commit 85b1f01

Please sign in to comment.