Resumen
-
Propiedades de página (1 modificado, 0 añadido, 0 eliminado)
Detalles
- Propiedades de página
-
- Contenido
-
... ... @@ -35,6 +35,7 @@ 35 35 <table> 36 36 <thead> 37 37 <tr> 38 + <th>ID</th> 38 38 <th>TITULO</th> 39 39 <th>SISTEMA</th> 40 40 <th>COMPLETADO</th> ... ... @@ -48,6 +48,7 @@ 48 48 db.eachRow('SELECT * FROM games_list') { row -> 49 49 table += """ 50 50 <tr> 52 + <td>${row.id}</td> 51 51 <td>${row.titulo}</td> 52 52 <td>${row.sistema}</td> 53 53 <td>${row.estado}</td>