File tree Expand file tree Collapse file tree
src/api/v2/credits-admin/handlers/admin-page Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ export const clientScript = (): string => `
123123 el("detail-body").innerHTML =
124124 '<h2 style="font-size:16px">Account '+esc(shortId(j.accountId))+'</h2>'
125125 +'<div class="card"><div class="k">Balance</div><div style="font-size:22px;font-weight:700">'+fmtCredits(j.balanceCredits)+'</div>'
126+ +'<div class="k">'+usdHint(j.balanceCredits)+'</div>'
126127 +'<div style="margin-top:6px">Subscription: '+subChip(j)+'</div></div>'
127128 +'<div class="card">'+subBlock+'</div>'
128129 +'<div class="card"><h3>Grant</h3><input id="d-grant-credits" type="number" min="1" placeholder="credits"><input id="d-grant-reason" placeholder="reason"><button id="d-grant-btn" class="btn btn-primary">Grant</button></div>'
You can’t perform that action at this time.
0 commit comments