Refresh and edit transacciones

This commit is contained in:
2022-01-05 15:56:03 -03:00
parent 71b4211fc3
commit 56b371d20c
2 changed files with 74 additions and 26 deletions

View File

@ -27,23 +27,16 @@
Saldo
</th>
<th class="right aligned">
<button class="ui tiny green circular icon button">
<button class="ui tiny blue circular icon button" id="refresh">
<i class="refresh icon"></i>
</button>
<button class="ui tiny green circular icon button" id="add">
<i class="plus icon"></i>
</button>
</th>
</tr>
</thead>
<tbody id="transacciones">
<tr>
<td colspan="7">
<div class="ui active dimmer">
<div class="ui indeterminate elastic text loader">
Buscando los datos
</div>
</div>
</td>
</tr>
</tbody>
<tbody id="transacciones"></tbody>
</table>
<div class="ui modal">