Display some server process information (memory, cpu usage, uptime)
[valheim_web.git] / backend / templates / main.html
index b1a21e6..2d7991e 100644 (file)
@@ -9,7 +9,10 @@
 \r
     <body>\r
         <div class="container">\r
-            <h1>{{ sentence }}</h1>\r
+            <h1>{{ text_status }}</h1>\r
+            <p>Memory: {{ memory }}</p>\r
+            <p>CPU: {{ cpu }}</p>\r
+            <p>Uptime: {{ uptime }}</p>\r
         </div>\r
     </body>\r
 </html>
\ No newline at end of file