From 6cf6f0460ec6f43b2de0e8c3c9fc8111579c6468 Mon Sep 17 00:00:00 2001 From: Miqueias Penha Date: Mon, 29 Jan 2018 15:49:44 -0300 Subject: [PATCH] Update admin.dashboard.html.twig The data comes from the config array. --- system/templates/admin.dashboard.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/templates/admin.dashboard.html.twig b/system/templates/admin.dashboard.html.twig index ceefbbdc..44426bb8 100644 --- a/system/templates/admin.dashboard.html.twig +++ b/system/templates/admin.dashboard.html.twig @@ -35,7 +35,7 @@ {% if status.online %}

Status: Online
{{ status.uptimeReadable }}, {{ status.players }}/{{ status.playersMax }}
- {{ status.lua.ip }} : {{ status.lua.loginPort }} + {{ config.lua.ip }} : {{ config.lua.loginPort }}

@@ -74,4 +74,4 @@ return false; }); -{% endif %} \ No newline at end of file +{% endif %}