mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add a 'new varian't button
This commit is contained in:
parent
bbe66472ee
commit
3d57483f0e
@ -13,7 +13,15 @@
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<table class='table table-striped table-condensed' id='variant-table'>
|
||||
<div id='button-toolbar'>
|
||||
<div class='btn-group'>
|
||||
{% if part.active %}
|
||||
<button class='btn btn-success' id='new-variant' title='Create new variant'>New Variant</button>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table class='table table-striped table-condensed' id='variant-table' data-toolbar='#button-toolbar'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Variant</th>
|
||||
|
Loading…
Reference in New Issue
Block a user