+ refresh address list

* changed icon for transactions refresh button
This commit is contained in:
Taegus
2019-01-05 20:54:27 +01:00
parent 0aa73d3930
commit f00c249551
3 changed files with 7 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ class tableTransactions {
"buttons":
[
{
text: 'Refresh',
text: '<i class="fas fa-sync-alt"></i>',
action: function ( e, dt, node, config ) {
EthoTransactions.renderTransactions();
}