aboutsummaryrefslogtreecommitdiff
path: root/html/extra-networks-card.html
diff options
context:
space:
mode:
authormissionfloyd <missionfloyd@users.noreply.github.com>2023-03-26 21:47:05 -0600
committermissionfloyd <missionfloyd@users.noreply.github.com>2023-03-26 21:47:05 -0600
commitefac2cf1ab6645f3f5134158c1401c6305c2ffea (patch)
tree24b69e980c07d03618a6e5b2447704cdb30a6a20 /html/extra-networks-card.html
parent1d096ed1456c9b9b662477839853621848705e68 (diff)
parenta336c7fe233fa7dff062f5187c0f4d01ab26e80b (diff)
Merge branch 'extra-network-preview-lazyload' of https://github.com/missionfloyd/stable-diffusion-webui into extra-network-preview-lazyload
Diffstat (limited to 'html/extra-networks-card.html')
-rw-r--r--html/extra-networks-card.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/html/extra-networks-card.html b/html/extra-networks-card.html
index 8348135b..fe90b028 100644
--- a/html/extra-networks-card.html
+++ b/html/extra-networks-card.html
@@ -1,6 +1,6 @@
<div class='card' onclick={card_clicked}>
- {preview_html}
- {metadata_button}
+ {background_image}
+ {metadata_button}
<div class='actions'>
<div class='additional'>
<ul>
@@ -12,4 +12,3 @@
<span class='description'>{description}</span>
</div>
</div>
-