This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch branch-1.2
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.2 by this push:
new 6580da2dba [Cherry-pick to branch-1.2] [#10286] web-v2(UI): update
associated table size (#10287) (#10304)
6580da2dba is described below
commit 6580da2dbaf5a530abab61e8e171ad4d01e90260
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 14:09:34 2026 +0800
[Cherry-pick to branch-1.2] [#10286] web-v2(UI): update associated table
size (#10287) (#10304)
**Cherry-pick Information:**
- Original commit: e0d8a9e0501c80fc9d6df74e60ac07264472c250
- Target branch: `branch-1.2`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Qian Xia <[email protected]>
---
web-v2/web/src/components/AssociatedTable.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/web-v2/web/src/components/AssociatedTable.js
b/web-v2/web/src/components/AssociatedTable.js
index ebb997edca..afdbf57762 100644
--- a/web-v2/web/src/components/AssociatedTable.js
+++ b/web-v2/web/src/components/AssociatedTable.js
@@ -122,6 +122,7 @@ export default function AssociatedTable({ ...props }) {
return (
<Spin spinning={store.rolesForObjectLoading}>
<Table
+ size='small'
dataSource={tableData}
columns={resizableColumns}
components={components}