stable-diffusion-webui/html/extra-networks-tree-row.html

12 lines
788 B
HTML
Raw Normal View History

2024-04-29 21:51:16 +00:00
<div class="tree-list-item tree-list-item--{btn_type}" title={btn_title} {data_attributes}>
{indent_spans}
<button>
<span data-filterable-item-text hidden>{search_terms}</span>
<span class='tree-list-item-action tree-list-item-action--leading'>{action_list_item_action_leading}</span>
<span class="tree-list-item-visual tree-list-item-visual--leading">{action_list_item_visual_leading}</span>
<span class="tree-list-item-label tree-list-item-label--truncate">{action_list_item_label}</span>
<span class="tree-list-item-visual tree-list-item-visual--trailing">{action_list_item_visual_trailing}</span>
<span class="tree-list-item-action tree-list-item-action--trailing">{action_list_item_action_trailing}</span>
</button>
</div>