aboutsummaryrefslogtreecommitdiff
path: root/html/extra-networks-tree-button.html
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2024-01-22 22:24:06 +0300
committerGitHub <noreply@github.com>2024-01-22 22:24:06 +0300
commit569dc1919c23329ceaec2162f86ca0fafdee39f5 (patch)
treed8b6b6591fe83eb8eaa5d0f5e46d7a434b58f8de /html/extra-networks-tree-button.html
parent8a6a4ad894c2e28bcb6924490396997bfed7f07f (diff)
parent26e1cd7ec47c8d234d2ea3f189b1147329c9059c (diff)
Merge pull request #14588 from Sj-Si/feature/extra-networks-tree-view
Feature: Extra Networks Tree View
Diffstat (limited to 'html/extra-networks-tree-button.html')
-rw-r--r--html/extra-networks-tree-button.html23
1 files changed, 23 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..9dc2e2a4
--- /dev/null
+++ b/html/extra-networks-tree-button.html
@@ -0,0 +1,23 @@
+<span data-filterable-item-text hidden>{search_terms}</span>
+<div class="tree-list-content {subclass}"
+ type="button"
+ onclick="extraNetworksTreeOnClick(event, '{tabname}', '{extra_networks_tabname}');{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}
+ </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>
+</div> \ No newline at end of file