This is an automated email from the ASF dual-hosted git repository.

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git


The following commit(s) were added to refs/heads/main by this push:
     new 2e146041 [Improvement] Update width of manifest page fields (#360)
2e146041 is described below

commit 2e1460410ff96e26bdf602fff218cd7263c70ad1
Author: s7monk <[email protected]>
AuthorDate: Thu Jun 13 14:11:41 2024 +0800

    [Improvement] Update width of manifest page fields (#360)
---
 paimon-web-ui/src/views/metadata/components/manifest/index.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/paimon-web-ui/src/views/metadata/components/manifest/index.tsx 
b/paimon-web-ui/src/views/metadata/components/manifest/index.tsx
index 766326d7..15e4fa94 100644
--- a/paimon-web-ui/src/views/metadata/components/manifest/index.tsx
+++ b/paimon-web-ui/src/views/metadata/components/manifest/index.tsx
@@ -32,6 +32,7 @@ export default defineComponent({
       {
         title: 'File Name',
         key: 'fileName',
+        width: 480,
       },
       {
         title: 'File Size',

Reply via email to