This is an automated email from the ASF dual-hosted git repository.
roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new 85b1f01e8 [MINOR] improvement(dashboard): Support sortable for
totalSize column of applicationPage within dashboard webui (#2224)
85b1f01e8 is described below
commit 85b1f01e8ac409b4dac59361928b911248ce3973
Author: maobaolong <[email protected]>
AuthorDate: Mon Oct 28 10:34:17 2024 +0800
[MINOR] improvement(dashboard): Support sortable for totalSize column 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">
---
dashboard/src/main/webapp/src/pages/ApplicationPage.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/dashboard/src/main/webapp/src/pages/ApplicationPage.vue
b/dashboard/src/main/webapp/src/pages/ApplicationPage.vue
index 0456a8cad..85ce6aac4 100644
--- a/dashboard/src/main/webapp/src/pages/ApplicationPage.vue
+++ b/dashboard/src/main/webapp/src/pages/ApplicationPage.vue
@@ -116,6 +116,7 @@
label="TotalSize"
min-width="180"
:formatter="memFormatter"
+ sortable
/>
</el-table>
</div>