From 78284d662a75ddc5caf7c75a4a7d21dc1d47095b Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Tue, 12 Sep 2023 17:35:24 +0200 Subject: [PATCH] Fix table sizing/resizing Signed-off-by: Volker Theile --- src/routes/objectStorage/ObjectStoreList.js | 4 ++-- src/routes/objectStorage/index.js | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/src/routes/objectStorage/ObjectStoreList.js b/src/routes/objectStorage/ObjectStoreList.js index 9b89a7c89..c3f3bf425 100644 --- a/src/routes/objectStorage/ObjectStoreList.js +++ b/src/routes/objectStorage/ObjectStoreList.js @@ -80,7 +80,7 @@ function list({ ] return ( -
+
{ + height = document.getElementById('objectStoreTable').offsetHeight - C.ContainerMarginHeight + this.setState({ + height, + }) + this.props.dispatch({ type: 'app/changeNavbar' }) + } + } + showCreateModal = () => { this.setState({ ...this.state,