aboutsummaryrefslogtreecommitdiffstats
path: root/html/extra-networks-copy-path-button.html
diff options
context:
space:
mode:
authorSj-Si <sjw.jetty@gmail.com>2024-01-15 22:34:44 +0000
committerSj-Si <sjw.jetty@gmail.com>2024-01-15 22:34:44 +0000
commitf49c220c03f9b6ead18c2e08c04a469bf599b7d9 (patch)
tree0f7ebd4862b53258399e6022b29c262968f71067 /html/extra-networks-copy-path-button.html
parentd88424ef2a5d175fb3cb8b557da0abefb468bae0 (diff)
downloadstable-diffusion-webui-gfx803-f49c220c03f9b6ead18c2e08c04a469bf599b7d9.tar.gz
stable-diffusion-webui-gfx803-f49c220c03f9b6ead18c2e08c04a469bf599b7d9.tar.bz2
stable-diffusion-webui-gfx803-f49c220c03f9b6ead18c2e08c04a469bf599b7d9.zip
Move extra network tab buttons into tree view;
Diffstat (limited to 'html/extra-networks-copy-path-button.html')
-rw-r--r--html/extra-networks-copy-path-button.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/html/extra-networks-copy-path-button.html b/html/extra-networks-copy-path-button.html
new file mode 100644
index 00000000..8083bb03
--- /dev/null
+++ b/html/extra-networks-copy-path-button.html
@@ -0,0 +1,5 @@
+<div class="copy-path-button card-button"
+ title="Copy path to clipboard"
+ onclick="extraNetworksCopyCardPath(event, '{filename}')"
+ data-clipboard-text="{filename}">
+</div> \ No newline at end of file