diff options
author | Sj-Si <sjw.jetty@gmail.com> | 2024-01-13 18:16:39 +0000 |
---|---|---|
committer | Sj-Si <sjw.jetty@gmail.com> | 2024-01-13 18:16:39 +0000 |
commit | 02e6963325e5221e0efb96a63f3dc849550489b7 (patch) | |
tree | c7de2c9ba1d902f8f88fd5260c9e1941fb36c450 /html | |
parent | 036500223de0a3caaa86360a8ad3ed301e4367b0 (diff) | |
download | stable-diffusion-webui-gfx803-02e6963325e5221e0efb96a63f3dc849550489b7.tar.gz stable-diffusion-webui-gfx803-02e6963325e5221e0efb96a63f3dc849550489b7.tar.bz2 stable-diffusion-webui-gfx803-02e6963325e5221e0efb96a63f3dc849550489b7.zip |
continue cleanup and redesign.
Diffstat (limited to 'html')
-rw-r--r-- | html/extra-networks-tree-button.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/html/extra-networks-tree-button.html b/html/extra-networks-tree-button.html new file mode 100644 index 00000000..920330f7 --- /dev/null +++ b/html/extra-networks-tree-button.html @@ -0,0 +1,11 @@ +<span data-filterable-item-text hidden>{search_terms}</span> +<button class="action-list-content action-list-content-file" + type="button" + onclick="extraNetworksTreeOnClick(event, '{tabname}', '{tab_id}');" +> + <span class="action-list-item-visual action-list-item-visual--leading">🗎</span> + <span class="action-list-item-label action-list-item-label--truncate">{name}</span> + <span class="action-list-item-action action-list-item-action--trailing"> + <div class="button-row">{copy_path_button}{metadata_button}{edit_button}</div> + </span> +</button>
\ No newline at end of file |