financial data entry
Build and Push Docker Image / build (push) Successful in 1m4s

This commit is contained in:
2026-05-11 12:04:34 -05:00
parent 5a2b581c71
commit 3220ee70c4
7 changed files with 20 additions and 7 deletions
+5
View File
@@ -243,6 +243,11 @@ function buildHtml(v, score) {
<div class="field-label">Submitted By</div>
<div class="field-value">${v.submitted_by || 'System'}</div>
</div>
${v.amount ? `
<div class="field" style="grid-column: 1 / -1;">
<div class="field-label">Amount in Question</div>
<div class="field-value prominent">${v.amount}</div>
</div>` : ''}
${v.location ? `
<div class="field" style="grid-column: 1 / -1;">
<div class="field-label">Location / Context</div>