diff --git a/view_live_mt5_eas.py b/view_live_mt5_eas.py index d6dee48..b586426 100644 --- a/view_live_mt5_eas.py +++ b/view_live_mt5_eas.py @@ -394,18 +394,19 @@ cache/ # ── Existing accounts ───────────────────────────────────────────────── if acc_cfgs: st.markdown("**Configured Accounts**") - hdr = st.columns([1, 2, 2, 2, 2, 1]) + hdr = st.columns([1, 2, 2, 2, 2, 1, 1]) hdr[0].markdown("**Folder**") hdr[1].markdown("**Label**") hdr[2].markdown("**Balance ($)**") hdr[3].markdown("**Type**") hdr[4].markdown("**Last Report**") - hdr[5].markdown("**Remove**") + hdr[5].markdown("**Order**") + hdr[6].markdown("**Remove**") updated = [] for idx_ac, ac in enumerate(acc_cfgs): if idx_ac > 0: st.divider() - c1, c2, c3, c4, c5, c6 = st.columns([1, 2, 2, 2, 2, 1]) + c1, c2, c3, c4, c5, c6, c7 = st.columns([1, 2, 2, 2, 2, 1, 1]) c1.markdown(f"`{ac['account']}`") label = c2.text_input("", value=ac.get("label", ac["account"]), key=f"lbl_{ac['account']}", @@ -453,7 +454,17 @@ cache/ last_report = "No cache" c5.markdown(f'