mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Add 'slide' for part type
This commit is contained in:
8
InvenTree/templates/slide.html
Normal file
8
InvenTree/templates/slide.html
Normal file
@ -0,0 +1,8 @@
|
||||
<div>
|
||||
<input type="checkbox" data-toggle="toggle" data-on="" data-off="" {% if state %}checked="checked"{% endif %}>
|
||||
{% if state %}
|
||||
<span class='glyphicon glyphicon-small glyphicon-ok'></span>
|
||||
{% else %}
|
||||
<span class='glyphicon glyphicon-small glyphicon-remove'></span>
|
||||
{% endif %}
|
||||
</div>
|
Reference in New Issue
Block a user