aboutsummaryrefslogtreecommitdiff
path: root/html/extra-networks-tree-button.html
diff options
context:
space:
mode:
authorSj-Si <sjw.jetty@gmail.com>2024-01-15 17:34:44 -0500
committerSj-Si <sjw.jetty@gmail.com>2024-01-15 17:34:44 -0500
commitf49c220c03f9b6ead18c2e08c04a469bf599b7d9 (patch)
tree0f7ebd4862b53258399e6022b29c262968f71067 /html/extra-networks-tree-button.html
parentd88424ef2a5d175fb3cb8b557da0abefb468bae0 (diff)
Move extra network tab buttons into tree view;
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