정규식 수정
This commit is contained in:
@@ -28,7 +28,7 @@ if __name__=='__main__':
|
|||||||
streamlit_js_eval(js_expressions='parent.window.location.reload()')
|
streamlit_js_eval(js_expressions='parent.window.location.reload()')
|
||||||
|
|
||||||
df = pd.DataFrame.from_dict(get_service())
|
df = pd.DataFrame.from_dict(get_service())
|
||||||
regex = '^release-[0-9]+.[0-9]+.[0-9]+$'
|
regex = '^$|^release-[0-9]+.[0-9]+.[0-9]+$'
|
||||||
prod_regex = '^release-[0-9]+.[0-9]+.[0-9]+$'
|
prod_regex = '^release-[0-9]+.[0-9]+.[0-9]+$'
|
||||||
edited_df = st.data_editor(
|
edited_df = st.data_editor(
|
||||||
df.style.applymap(highlight_disabled_col),
|
df.style.applymap(highlight_disabled_col),
|
||||||
|
|||||||
Reference in New Issue
Block a user