wip
This commit is contained in:
2
resources/js/vendor/nova/js/additional.js
vendored
2
resources/js/vendor/nova/js/additional.js
vendored
@@ -108,7 +108,7 @@ async function fetchCardHistory(passport_serie, passport_id, card_number, card_e
|
||||
|
||||
let insideTemplate = ``;
|
||||
Array.from(result.transactions).map(transaction => {
|
||||
insideTemplate += `<li style="background: #a3c1f5;color: black;" class="p-3 relative rounded-lg">
|
||||
insideTemplate += `<li style="background: #a3c1f5;color: black;" class="p-3 relative rounded-lg mb-2">
|
||||
<strong>${transaction['actionName']}</strong> <strong>${transaction['opersum']}</strong> <strong>${transaction['currency']}</strong>
|
||||
|
||||
<strong style="top: 0; right: 0;" class="absolute p-2">${transaction['opername']}</strong>
|
||||
|
||||
Reference in New Issue
Block a user