Commit 64bbd3bf authored by space-nuko's avatar space-nuko

Make into divs

parent 9b1fa829
...@@ -201,8 +201,8 @@ def update_config_states_table(state_name): ...@@ -201,8 +201,8 @@ def update_config_states_table(state_name):
style_commit = STYLE_PRIMARY style_commit = STYLE_PRIMARY
code += f"""<h2>Config Backup: {config_name}</h2> code += f"""<h2>Config Backup: {config_name}</h2>
<span>Filepath: {filepath}</span> <div><b>Filepath:</b> {filepath}</div>
<span>Created at: {created_date}</span>""" <div><b>Created at:</b> {created_date}</div>"""
code += f"""<h2>WebUI State</h2> code += f"""<h2>WebUI State</h2>
<table id="config_state_webui"> <table id="config_state_webui">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment