diff --git a/WebHostLib/static/styles/hostGame.css b/WebHostLib/static/styles/hostGame.css index e89b3786..82946367 100644 --- a/WebHostLib/static/styles/hostGame.css +++ b/WebHostLib/static/styles/hostGame.css @@ -35,13 +35,17 @@ } #host-game-table th{ - padding: 0; + padding: 0 20px 0 0; } #host-game-table td{ padding: 6px 20px 0 0; } +#host-game-table td.center{ + text-align: center; +} + #host-game-table.dataTable{ width: unset; diff --git a/WebHostLib/templates/hostGame.html b/WebHostLib/templates/hostGame.html index 75aabe99..7505aa7d 100644 --- a/WebHostLib/templates/hostGame.html +++ b/WebHostLib/templates/hostGame.html @@ -31,7 +31,7 @@ Seed Room - Players + Players Created (UTC) Last Activity (UTC) @@ -40,11 +40,12 @@ {% for room in rooms %} - {{ room.seed.id|suuid }} - + {{ room.seed.id|suuid }} {{ room.id|suuid }} - {{ room.seed.multidata.names[0]|length }} Total: - {{ room.seed.multidata.names[0]|join(", ")|truncate(256, False, " ...") }} + {{ room.seed.multidata.names[0]|length }} {{ room.creation_time.strftime("%Y-%m-%d %H:%M") }} {{ room.last_activity.strftime("%Y-%m-%d %H:%M") }}