mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-02 18:30:22 +00:00
Add tree-view display for extra networks.
This commit is contained in:
3
html/extra-networks-card-minimal.html
Normal file
3
html/extra-networks-card-minimal.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="card-minimal" onclick={card_clicked} data-name="{name}">
|
||||
{name}<span class="button-column">{copy_path_button}{metadata_button}{edit_button}</span>
|
||||
</div>
|
@@ -1,6 +1,7 @@
|
||||
<div class='card' style={style} onclick={card_clicked} data-name="{name}" {sort_keys}>
|
||||
{background_image}
|
||||
<div class="button-row">
|
||||
{copy_path_button}
|
||||
{metadata_button}
|
||||
{edit_button}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user