// History & Audit view β filterable, exportable migration history import { api } from './api.js'; import { escHtml, formatDateTime, shortHash, downloadCsv, debounce } from './utils.js'; let _allRecords = []; let _filter = { search: '', status: 'all', from: '', to: '' }; let _sort = { col: 'timestamp', dir: 'desc' }; const PAGE_SIZE = 50; let _page = 0; export async function renderHistory() { const outlet = document.getElementById('router-outlet'); outlet.innerHTML = `
| Docusign ID | Checksum |
|---|