diff options
author | Sj-Si <sjw.jetty@gmail.com> | 2024-01-15 22:34:44 +0000 |
---|---|---|
committer | Sj-Si <sjw.jetty@gmail.com> | 2024-01-15 22:34:44 +0000 |
commit | f49c220c03f9b6ead18c2e08c04a469bf599b7d9 (patch) | |
tree | 0f7ebd4862b53258399e6022b29c262968f71067 /html/extra-networks-tree-button.html | |
parent | d88424ef2a5d175fb3cb8b557da0abefb468bae0 (diff) | |
download | stable-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-tree-button.html')
-rw-r--r-- | html/extra-networks-tree-button.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/extra-networks-tree-button.html b/html/extra-networks-tree-button.html index 9fb0ec79..20a9b0b8 100644 --- a/html/extra-networks-tree-button.html +++ b/html/extra-networks-tree-button.html @@ -1,8 +1,10 @@ <span data-filterable-item-text hidden>{search_terms}</span> -<button class="tree-list-content {subclass}" +<div class="tree-list-content {subclass}" expanded="false" type="button" onclick="extraNetworksTreeOnClick(event, '{tabname}', '{tab_id}');{onclick_extra}" + data-path="{data_path}" + data-hash="{data_hash}" > <span class='tree-list-item-action tree-list-item-action--leading'> {action_list_item_action_leading} @@ -19,4 +21,4 @@ <span class="tree-list-item-action tree-list-item-action--trailing"> {action_list_item_action_trailing} </span> -</button>
\ No newline at end of file +</div>
\ No newline at end of file |