2024-01-13 11:16:39 -07:00
|
|
|
<span data-filterable-item-text hidden>{search_terms}</span>
|
2024-01-15 11:40:47 -07:00
|
|
|
<button class="tree-list-content {subclass}"
|
|
|
|
expanded="false"
|
2024-01-13 11:16:39 -07:00
|
|
|
type="button"
|
2024-01-15 11:40:47 -07:00
|
|
|
onclick="extraNetworksTreeOnClick(event, '{tabname}', '{tab_id}');{onclick_extra}"
|
2024-01-13 11:16:39 -07:00
|
|
|
>
|
2024-01-15 11:40:47 -07: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}
|
2024-01-13 11:16:39 -07:00
|
|
|
</span>
|
|
|
|
</button>
|