From 7e8bcabfabd2a980c9851bfca2a39a7d1bc4addf Mon Sep 17 00:00:00 2001 From: dsk-minchulahn Date: Thu, 17 Aug 2023 09:56:55 +0900 Subject: [PATCH] =?UTF-8?q?Dashboard=20-=20tab=EB=AA=85=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/main.py b/dashboard/main.py index 311b279..3f104bf 100644 --- a/dashboard/main.py +++ b/dashboard/main.py @@ -15,7 +15,7 @@ if __name__=='__main__': layout='wide' ) - tab1, tab2 = st.tabs(["Deploy DataSaker", "Release Info"]) + tab1, tab2 = st.tabs(["DataSaker", "Releases"]) with tab1: st.header('DataSaker') @@ -24,7 +24,6 @@ if __name__=='__main__': col1, col2 = st.columns([7, 3]) with col1: st.subheader('Service') - if st.button('Data Reload'): git_pull() streamlit_js_eval(js_expressions='parent.window.location.reload()') @@ -41,7 +40,8 @@ if __name__=='__main__': 'candidate_version': st.column_config.TextColumn('Candidate Version', validate=regex), 'release_version': st.column_config.TextColumn('Release Version', validate=regex), 'product_version': st.column_config.TextColumn('Product Version', validate=regex) - } + }, + height=800 ) with col2: st.text('Edited Rows')