mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Removed Categories and Locations
This commit is contained in:
parent
c916c278a2
commit
2b1022f513
23 changed files with 4 additions and 637 deletions
|
|
@ -13,9 +13,7 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
</th>
|
||||
<th>Category</th>
|
||||
<th>Store</th>
|
||||
<th>Location</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -23,9 +21,7 @@
|
|||
{{#each products}}
|
||||
<tr>
|
||||
<td>{{prodName}} </td>
|
||||
<td>{{prodCategory}}</td>
|
||||
<td>{{prodStore}}</td>
|
||||
<td>{{prodLocation}}</td>
|
||||
<td>
|
||||
<i class="material-icons clickable deleteProduct">delete</i>
|
||||
<i class="material-icons clickable editProduct">edit</i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue