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