diff --git a/src/app_modules.js b/src/app_modules.js index be8fb85..21addf0 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -953,6 +953,8 @@ function TS_IndexElement( }); return false; }; + tr.append(data.Fecha) + tr.append(document.createElement("br") buttons.forEach((button) => { td.appendChild(button); td.appendChild(document.createElement("br"));