Make into divs

This commit is contained in:
space-nuko 2023-03-29 19:00:51 -05:00
parent 9b1fa82981
commit 64bbd3bf03

View File

@ -201,8 +201,8 @@ def update_config_states_table(state_name):
style_commit = STYLE_PRIMARY
code += f"""<h2>Config Backup: {config_name}</h2>
<span>Filepath: {filepath}</span>
<span>Created at: {created_date}</span>"""
<div><b>Filepath:</b> {filepath}</div>
<div><b>Created at:</b> {created_date}</div>"""
code += f"""<h2>WebUI State</h2>
<table id="config_state_webui">