Dashboard - tab명 변경
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user