Merge pull request #44 from miqueiaspenha/patch-1

Update admin.dashboard.html.twig (GH-44)
This commit is contained in:
Sławek 2018-01-29 22:23:42 +01:00 committed by GitHub
commit 168df5d4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
{% if status.online %}
<p class="success" style="width: 150px; text-align: center;">Status: Online<br/>
{{ status.uptimeReadable }}, {{ status.players }}/{{ status.playersMax }}<br/>
{{ status.lua.ip }} : {{ status.lua.loginPort }}
{{ config.lua.ip }} : {{ config.lua.loginPort }}
<br/><br/><u><a id="more-button" href="#"></a></u>
<span id="status-more">
@ -74,4 +74,4 @@
return false;
});
</script>
{% endif %}
{% endif %}