diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2024-01-22 22:24:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 22:24:06 +0300 |
commit | 569dc1919c23329ceaec2162f86ca0fafdee39f5 (patch) | |
tree | d8b6b6591fe83eb8eaa5d0f5e46d7a434b58f8de /html/extra-networks-copy-path-button.html | |
parent | 8a6a4ad894c2e28bcb6924490396997bfed7f07f (diff) | |
parent | 26e1cd7ec47c8d234d2ea3f189b1147329c9059c (diff) |
Merge pull request #14588 from Sj-Si/feature/extra-networks-tree-view
Feature: Extra Networks Tree View
Diffstat (limited to 'html/extra-networks-copy-path-button.html')
-rw-r--r-- | html/extra-networks-copy-path-button.html | 5 |
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 |