aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorSj-Si <sjw.jetty@gmail.com>2024-01-13 13:16:39 -0500
committerSj-Si <sjw.jetty@gmail.com>2024-01-13 13:16:39 -0500
commit02e6963325e5221e0efb96a63f3dc849550489b7 (patch)
treec7de2c9ba1d902f8f88fd5260c9e1941fb36c450 /html
parent036500223de0a3caaa86360a8ad3ed301e4367b0 (diff)
continue cleanup and redesign.
Diffstat (limited to 'html')
-rw-r--r--html/extra-networks-tree-button.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/html/extra-networks-tree-button.html b/html/extra-networks-tree-button.html
new file mode 100644
index 00000000..920330f7
--- /dev/null
+++ b/html/extra-networks-tree-button.html
@@ -0,0 +1,11 @@
+<span data-filterable-item-text hidden>{search_terms}</span>
+<button class="action-list-content action-list-content-file"
+ type="button"
+ onclick="extraNetworksTreeOnClick(event, '{tabname}', '{tab_id}');"
+>
+ <span class="action-list-item-visual action-list-item-visual--leading">🗎</span>
+ <span class="action-list-item-label action-list-item-label--truncate">{name}</span>
+ <span class="action-list-item-action action-list-item-action--trailing">
+ <div class="button-row">{copy_path_button}{metadata_button}{edit_button}</div>
+ </span>
+</button> \ No newline at end of file