added all interfaces necessary from project
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<th>Durée</th>
|
||||
<th>Quantité</th>
|
||||
<th>Limite</th>
|
||||
<th>Action</th>
|
||||
<th style="text-align: center;">Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -22,7 +22,7 @@
|
||||
<td>{{data.quantity}}</td>
|
||||
<td>{{data.minimalQuantity}}</td>
|
||||
<td>
|
||||
<div style="display: flex; gap: 10px;">
|
||||
<div style="justify-content: center; display: flex">
|
||||
<app-modal-nav nameIcon="edit" name="Modification de la quantité minimale" class="cursor-pointer">
|
||||
<app-stock-form></app-stock-form>
|
||||
</app-modal-nav>
|
||||
|
||||
Reference in New Issue
Block a user