mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-02 18:30:22 +00:00
continue cleanup and redesign.
This commit is contained in:
11
html/extra-networks-tree-button.html
Normal file
11
html/extra-networks-tree-button.html
Normal file
@@ -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>
|
Reference in New Issue
Block a user