Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
rerun the UI after adding blaster
Browse files Browse the repository at this point in the history
The suggestion box was not updated after adding blaster, we should automatically rerun to avoid asking user to press f5
  • Loading branch information
moophat authored Jul 27, 2024
1 parent 8e69a9d commit 214a993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HOME.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ def blaster_status(ip, port, list_instance_running_from_blaster, list_instance_a
sqlite_insert_blaster(conn, blaster_new_ip, blaster_new_port, blaster_new_user, blaster_new_passwd)
conn.close()
st.info(":green[Add successfully]")
st.rerun()
log_authorize(st.session_state.user, f'Select BNG-Blaster {st.session_state.ip_blaster}')
################################ LIST ALL INSTANCES (RUNNING +STOP) SERVER #############
blaster_server = {
Expand Down

0 comments on commit 214a993

Please sign in to comment.