- {{ client.clientMachineId }} |
+
+ {{ client.clientMachineId }}
+ |
{% if client.machineName | length > 16 %}
{{ client.machineName | truncate(16, True, '...') }}
@@ -76,6 +79,7 @@ th {
| {{ client.applicationId }} |
{{ client.skuId }} |
{{ client.licenseStatus }} |
+ {{ client.lastRequestIP or "N/A" }} |
{{ client.lastRequestTime }} |
{% if client.kmsEpid | length > 16 %}
@@ -95,9 +99,10 @@ th {
Whoops?
- This page seems to be empty, because no clients are available. Try to use the server with a compartible client to add it to the database.
+ This page seems to be empty, because no clients are available. Try to use the server with a compartible client
+ to add it to the database.
{% endif %}
{% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
|