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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
725 B
HTML
Raw Normal View History

<button class="tree-list-item tree-list-item--{btn_type}" 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>
</div>