From 2dc611da8210f4ae91255b9b45c11f98c0199883 Mon Sep 17 00:00:00 2001 From: Pascal Paulis Date: Sun, 17 Nov 2024 22:30:57 +0100 Subject: [PATCH 1/2] added new active maps Signed-off-by: Pascal Paulis --- views/manage.ejs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/views/manage.ejs b/views/manage.ejs index 8dbe16c..e4a9abe 100644 --- a/views/manage.ejs +++ b/views/manage.ejs @@ -106,6 +106,9 @@ + + +
@@ -267,7 +270,7 @@ RCON Response:

                 
- + From 2cfad768b4dfaa6b672c9de878a40494291fc996 Mon Sep 17 00:00:00 2001 From: Pascal Paulis Date: Tue, 19 Nov 2024 08:49:32 +0100 Subject: [PATCH 2/2] ignoring editor files Signed-off-by: Pascal Paulis --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be68791..e5bc6e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -*.db \ No newline at end of file +*.db +.idea