diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/extra-networks-tree-button.html | 11 |
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 |