stable-diffusion-webui/html/extra-networks-btn-dirs-view-item.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
242 B
HTML
Raw Normal View History

2024-03-13 21:11:44 +00:00
<button
class='lg secondary gradio-button custom-button extra-network-dirs-view-button {extra_class}'
2024-04-22 23:05:27 +00:00
title="{title}"
onclick='extraNetworksBtnDirsViewItemOnClick(event, "{tabname_full}")'
data-path="{path}"
2024-04-22 23:05:27 +00:00
>{label}</button>