Refresh and edit transacciones
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user