Update admin.dashboard.html.twig

The data comes from the config array.
This commit is contained in:
Miqueias Penha 2018-01-29 15:49:44 -03:00 committed by GitHub
parent 57d8e0b06f
commit 6cf6f0460e
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 %}