aboutsummaryrefslogtreecommitdiff
path: root/html/extra-networks-tree-button.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/extra-networks-tree-button.html')
-rw-r--r--html/extra-networks-tree-button.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/html/extra-networks-tree-button.html b/html/extra-networks-tree-button.html
index 9fb0ec79..20a9b0b8 100644
--- a/html/extra-networks-tree-button.html
+++ b/html/extra-networks-tree-button.html
@@ -1,8 +1,10 @@
<span data-filterable-item-text hidden>{search_terms}</span>
-<button class="tree-list-content {subclass}"
+<div class="tree-list-content {subclass}"
expanded="false"
type="button"
onclick="extraNetworksTreeOnClick(event, '{tabname}', '{tab_id}');{onclick_extra}"
+ data-path="{data_path}"
+ data-hash="{data_hash}"
>
<span class='tree-list-item-action tree-list-item-action--leading'>
{action_list_item_action_leading}
@@ -19,4 +21,4 @@
<span class="tree-list-item-action tree-list-item-action--trailing">
{action_list_item_action_trailing}
</span>
-</button> \ No newline at end of file
+</div> \ No newline at end of file