diff --git a/web/static/js/templates.js b/web/static/js/templates.js index f477d7f..7b95943 100644 --- a/web/static/js/templates.js +++ b/web/static/js/templates.js @@ -444,23 +444,50 @@ function _renderDetailTab(t, tabKey) { if (!records.length) { content.innerHTML = `
| Time | Action | Status | Docusign ID |
|---|---|---|---|
| ${(r.timestamp||'').slice(0,19).replace('T',' ')} | -${escHtml(r.action||'â')} | -${r.status} | -${escHtml(r.docusign_template_id||'â')} | -