Feature complete

This commit is contained in:
Keith Solomon
2022-12-23 18:08:43 +00:00
parent 28a923fcd7
commit 521644d997
+1 -1
View File
@@ -116,7 +116,7 @@ function getLog($user, $csv) {
function vaultTxns($csv) { function vaultTxns($csv) {
$output = ''; $output = '';
$output .= '<table>'; $output .= '<table id="data">';
$output .= ' <thead>'; $output .= ' <thead>';
$output .= ' <td><h4>User</h4></td>'; $output .= ' <td><h4>User</h4></td>';
$output .= ' <td><h4>Timestamp</h4></td>'; $output .= ' <td><h4>Timestamp</h4></td>';