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

13 lines
833 B
HTML
Raw Normal View History

<button
class="tree-list-item tree-list-item--{btn_type}"
onclick="extraNetworksTreeOnClick(event, '{tabname}_{extra_networks_tabname}');{onclick_extra}"
2024-03-27 20:11:13 +00:00
title={btn_title}
{data_attributes}>
2024-03-13 21:11:44 +00:00
<span data-filterable-item-text hidden>{search_terms}</span>
2024-03-27 20:11:13 +00:00
<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>
2024-03-13 21:11:44 +00:00
</div>