mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 14:50:55 -08:00
Make into divs
This commit is contained in:
parent
9b1fa82981
commit
64bbd3bf03
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue