feat: display fee on admin
This commit is contained in:
parent
c3c5292123
commit
1bbd68f429
6 changed files with 25 additions and 3 deletions
|
|
@ -172,7 +172,7 @@ function advancedBatch (data) {
|
|||
}
|
||||
|
||||
function simplifiedBatch (data) {
|
||||
const fields = ['txClass', 'id', 'created', 'machineName',
|
||||
const fields = ['txClass', 'id', 'created', 'machineName', 'fee',
|
||||
'cryptoCode', 'cryptoAtoms', 'fiat', 'fiatCode', 'phone', 'toAddress',
|
||||
'txHash', 'dispense', 'error', 'status', 'fiatProfit', 'cryptoAmount']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue