From 88ba02252da0986660132c60e09de5de8a29a3a7 Mon Sep 17 00:00:00 2001 From: zkwolf Date: Tue, 14 May 2024 12:19:29 +0200 Subject: [PATCH] Added Styling --- src/templates/debug/anon_matchmaking.html | 47 +++++++++++++++++++++-- src/templates/debug/matchmaking.html | 36 +++++++++++++++-- 2 files changed, 75 insertions(+), 8 deletions(-) diff --git a/src/templates/debug/anon_matchmaking.html b/src/templates/debug/anon_matchmaking.html index 01515fa..4bc553c 100644 --- a/src/templates/debug/anon_matchmaking.html +++ b/src/templates/debug/anon_matchmaking.html @@ -5,20 +5,55 @@ Matchmaking Debug + + + + + + +

Matchmaking Debug Information

@@ -41,7 +76,11 @@ {{ lobby.id }} 1 - {{ lobby.nonHosts }} + {{ lobby.status }} diff --git a/src/templates/debug/matchmaking.html b/src/templates/debug/matchmaking.html index 10530bf..dbe5e9b 100644 --- a/src/templates/debug/matchmaking.html +++ b/src/templates/debug/matchmaking.html @@ -5,17 +5,45 @@ Matchmaking Debug @@ -46,7 +74,7 @@ {% for lobby in lobby_data %} {{ lobby.id }} - 1 + {{ lobby.host }}