wip
This commit is contained in:
4
resources/js/vendor/nova/js/additional.js
vendored
4
resources/js/vendor/nova/js/additional.js
vendored
@@ -29,7 +29,7 @@ async function fetchCardHistory() {
|
|||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
${Array.from(result.transactions).map(transaction => {
|
${Array.from(result.transactions).map(transaction => {
|
||||||
return `<li style="background: #a3c1f5;color: black;" class="p-3 rounded-lg">
|
return `<li style="background: #a3c1f5;color: black;" class="p-3 relative rounded-lg">
|
||||||
<strong>${transaction['actionName']}</strong> <strong>${transaction['opersum']}</strong> <strong>${transaction['currency']}</strong>
|
<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>
|
<strong style="top: 0; right: 0;" class="absolute p-2">${transaction['opername']}</strong>
|
||||||
@@ -39,7 +39,7 @@ async function fetchCardHistory() {
|
|||||||
year: 'numeric',
|
year: 'numeric',
|
||||||
month: '2-digit',
|
month: '2-digit',
|
||||||
day: '2-digit',
|
day: '2-digit',
|
||||||
})
|
}).replaceAll('/', '.')
|
||||||
}</strong></p>
|
}</strong></p>
|
||||||
</li>`;
|
</li>`;
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user